#408EAC

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

Shades of Boston Blue #408EAC

Tints of Boston Blue #408EAC

Color information

#408EAC (or 0x408EAC) is unknown color: approx Boston Blue. HEX triplet: 40, 8E and AC. RGB value is (64,142,172). Sum of RGB (Red+Green+Blue) = 64+142+172=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #408EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408EAC is #BF7153. Grayscale: #797979. Windows color (decimal): -12546388 or 11308608. OLE color: 11308608.

HSL color Cylindrical-coordinate representation of color #408EAC: hue angle of 196.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408EAC is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64142172-
CMYK0.630.1700.33
HSL196.67º45.76%46.27%-
HSV(B)196.67º62.79%67.45%-
XYZ19.2323.4142.54-
YUV122.1156.1686.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=16.93%
G=37.57%
B=45.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641421720.630.1700.33196.6745.7646.27
Hex408EAC3F11021c52e2e
Octal10021625477210413055656
Binary1000000100011101010110011111110001010000111000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408EAC; }

 p { color: rgb(64,142,172); }

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

<style>
 a { background-color: #408EAC; }

 a { background-color: rgb(64,142,172); }

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

<style>
 span { border-color: #408EAC; }

 span { border-color: rgb(64,142,172); }

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