Html Css Color HEX #408FAD Boston Blue

📋 copy color: '#408FAD'

red 64 ◦ green 143 ◦ blue 173

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

Shades of Boston Blue #408FAD

Tints of Boston Blue #408FAD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.63%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 16.84%
G = 37.63%
B = 45.53%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#408FAD (or 0x408FAD) is known color: Boston Blue. HEX triplet: 40, 8F and AD. RGB value is (64,143,173). Sum of RGB (Red+Green+Blue) = 64+143+173=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #408FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FAD is #BF7052. Grayscale: #7A7A7A. Windows color (decimal): -12546131 or 11374400. OLE color: 11374400.

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

Color convert

RGB 64 143 173 -
CMYK 0.63 0.17 0 0.32
HSL 196.51º 0.46% 0.46% -
HSV(B) 196.51º 0.63% 0.68% -
XYZ 19.48 23.75 43.09 -
YUV 122.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 64 143 173 0.63 0.17 0 0.32 196.51 0.46 0.46
Hex 40 8F AD 3F 11 0 20 C5 2E 2E
Octal 100 217 255 77 21 0 40 305 56 56
Binary 1000000 10001111 10101101 111111 10001 0 100000 11000101 101110 101110

Color Harmonies of #408FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408FAD

Black with #408FAD

Text Example


Text Example

White with #408FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,143,173); }

 H1.HeaderClassName
 {
   color: #408FAD;
 }
 .AnyTagClassName
 {
   color: #408FAD;
 }
</style>

background-color css

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

 a { background-color: rgb(64,143,173); }

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

border-color css

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

 span { border-color: rgb(64,143,173); }

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