Html Css Color HEX #408EAC Boston Blue

📋 copy color: '#408EAC'

red 64 ◦ green 142 ◦ blue 172

#408EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #408EAC

Tints of Boston Blue #408EAC

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.5%

R = 16.93%
G = 37.57%
B = 45.5%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#408EAC (or 0x408EAC) is known color: 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

RGB 64 142 172 -
CMYK 0.63 0.17 0 0.33
HSL 196.67º 0.46% 0.46% -
HSV(B) 196.67º 0.63% 0.67% -
XYZ 19.23 23.41 42.54 -
YUV 122.1 156.16 86.56 -
System Red Green Blue C M Y K H S L
Decimal 64 142 172 0.63 0.17 0 0.33 196.67 0.46 0.46
Hex 40 8E AC 3F 11 0 21 C5 2E 2E
Octal 100 216 254 77 21 0 41 305 56 56
Binary 1000000 10001110 10101100 111111 10001 0 100001 11000101 101110 101110

Color Harmonies of #408EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408EAC

Black with #408EAC

Text Example


Text Example

White with #408EAC

Text Example


Text Example

HTML Codes & Css Web 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>