#4C8EAA

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

Shades of Boston Blue #4C8EAA

Tints of Boston Blue #4C8EAA

Color information

#4C8EAA (or 0x4C8EAA) is unknown color: approx Boston Blue. HEX triplet: 4C, 8E and AA. RGB value is (76,142,170). Sum of RGB (Red+Green+Blue) = 76+142+170=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C8EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8EAA is #B37155. Grayscale: #7D7D7D. Windows color (decimal): -11759958 or 11177548. OLE color: 11177548.

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

Color convert

RGB76142170-
CMYK0.550.1600.33
HSL197.87º38.21%48.24%-
HSV(B)197.87º55.29%66.67%-
XYZ19.9123.7841.57-
YUV125.46153.1392.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.59%
GREEN value IS 142 (55.86% from 255) = 36.60%
BLUE value IS 170 (66.80% from 255) = 43.81%
R=19.59%
G=36.60%
B=43.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761421700.550.1600.33197.8738.2148.24
Hex4C8EAA3710021c62630
Octal11421625267200413064660
Binary1001100100011101010101011011110000010000111000110100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,142,170); }

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

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

 a { background-color: rgb(76,142,170); }

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

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

 span { border-color: rgb(76,142,170); }

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