#4C8FAE

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

Shades of Boston Blue #4C8FAE

Tints of Boston Blue #4C8FAE

Color information

#4C8FAE (or 0x4C8FAE) is unknown color: approx Boston Blue. HEX triplet: 4C, 8F and AE. RGB value is (76,143,174). Sum of RGB (Red+Green+Blue) = 76+143+174=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C8FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8FAE is #B37051. Grayscale: #7E7E7E. Windows color (decimal): -11759698 or 11439948. OLE color: 11439948.

HSL color Cylindrical-coordinate representation of color #4C8FAE: hue angle of 198.98º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C8FAE is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76143174-
CMYK0.560.1800.32
HSL198.98º39.2%49.02%-
HSV(B)198.98º56.32%68.24%-
XYZ20.4424.2443.65-
YUV126.5154.891.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.34%
GREEN value IS 143 (56.25% from 255) = 36.39%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=19.34%
G=36.39%
B=44.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761431740.560.1800.32198.9839.249.02
Hex4C8FAE3812020c72731
Octal11421725670220403074761
Binary1001100100011111010111011100010010010000011000111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,143,174); }

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

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

 a { background-color: rgb(76,143,174); }

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

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

 span { border-color: rgb(76,143,174); }

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