Html Css Color HEX #408DAC Boston Blue

📋 copy color: '#408DAC'

red 64 ◦ green 141 ◦ blue 172

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

Shades of Boston Blue #408DAC

Tints of Boston Blue #408DAC

RGB

 RED value IS 64 (25.39% from 255) = 16.98%

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 172 (67.58% from 255) = 45.62%

R = 16.98%
G = 37.4%
B = 45.62%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

RGB 64 141 172 -
CMYK 0.63 0.18 0 0.33
HSL 197.22º 0.46% 0.46% -
HSV(B) 197.22º 0.63% 0.67% -
XYZ 19.09 23.12 42.49 -
YUV 121.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 64 141 172 0.63 0.18 0 0.33 197.22 0.46 0.46
Hex 40 8D AC 3F 12 0 21 C5 2E 2E
Octal 100 215 254 77 22 0 41 305 56 56
Binary 1000000 10001101 10101100 111111 10010 0 100001 11000101 101110 101110

Color Harmonies of #408DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DAC

Black with #408DAC

Text Example


Text Example

White with #408DAC

Text Example


Text Example

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