#4D8CAC

Color #4D8CAC Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #4D8CAC

Tints of Boston Blue #4D8CAC

Color information

#4D8CAC (or 0x4D8CAC) is unknown color: approx Boston Blue. HEX triplet: 4D, 8C and AC. RGB value is (77,140,172). Sum of RGB (Red+Green+Blue) = 77+140+172=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D8CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8CAC is #B27353. Grayscale: #7C7C7C. Windows color (decimal): -11694932 or 11308109. OLE color: 11308109.

HSL color Cylindrical-coordinate representation of color #4D8CAC: hue angle of 200.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D8CAC is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB77140172-
CMYK0.550.1900.33
HSL200.21º38.15%48.82%-
HSV(B)200.21º55.23%67.45%-
XYZ19.8923.3142.48-
YUV124.81154.6393.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 77 (30.47% from 255) = 19.79%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 172 (67.58% from 255) = 44.22%
R=19.79%
G=35.99%
B=44.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal771401720.550.1900.33200.2138.1548.82
Hex4D8CAC3713021c82631
Octal11521425467230413104661
Binary1001101100011001010110011011110011010000111001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D8CAC; }

 p { color: rgb(77,140,172); }

 H1.HeaderClassName
 {
   color: #4D8CAC;
 }
 .AnyTagClassName
 {
   color: #4D8CAC;
 }
</style>
background-color css

<style>
 a { background-color: #4D8CAC; }

 a { background-color: rgb(77,140,172); }

 div.DivClassName
 {
   background-color: #4D8CAC;
 }
 .BgClassName
 {
   background-color: #4D8CAC;
 }
</style>
border-color css

<style>
 span { border-color: #4D8CAC; }

 span { border-color: rgb(77,140,172); }

 td.TdClassName
 {
   border-color: #4D8CAC;
 }
 .TagClassName
 {
   border-color: #4D8CAC;
 }
</style>