#408DAC

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

Shades of Boston Blue #408DAC

Tints of Boston Blue #408DAC

Color information

#408DAC (or 0x408DAC) is unknown color: approx Boston Blue. HEX triplet: 40, 8D and AC. RGB value is (64,141,172). Sum of RGB (Red+Green+Blue) = 64+141+172=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #408DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408DAC is #BF7253. Grayscale: #797979. Windows color (decimal): -12546644 or 11308352. OLE color: 11308352.

HSL color Cylindrical-coordinate representation of color #408DAC: hue angle of 197.22º 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 #408DAC is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB64141172-
CMYK0.630.1800.33
HSL197.22º45.76%46.27%-
HSV(B)197.22º62.79%67.45%-
XYZ19.0923.1242.49-
YUV121.51156.4986.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.98%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 172 (67.58% from 255) = 45.62%
R=16.98%
G=37.40%
B=45.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641411720.630.1800.33197.2245.7646.27
Hex408DAC3F12021c52e2e
Octal10021525477220413055656
Binary1000000100011011010110011111110010010000111000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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