Html Css Color HEX #408BAD Boston Blue

📋 copy color: '#408BAD'

red 64 ◦ green 139 ◦ blue 173

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

Shades of Boston Blue #408BAD

Tints of Boston Blue #408BAD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 17.02%
G = 36.97%
B = 46.01%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#408BAD (or 0x408BAD) is known color: Boston Blue. HEX triplet: 40, 8B and AD. RGB value is (64,139,173). Sum of RGB (Red+Green+Blue) = 64+139+173=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #408BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BAD is #BF7452. Grayscale: #787878. Windows color (decimal): -12547155 or 11373376. OLE color: 11373376.

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

Color convert

RGB 64 139 173 -
CMYK 0.63 0.20 0 0.32
HSL 198.72º 0.46% 0.46% -
HSV(B) 198.72º 0.63% 0.68% -
XYZ 18.89 22.57 42.9 -
YUV 120.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 64 139 173 0.63 0.20 0 0.32 198.72 0.46 0.46
Hex 40 8B AD 3F 14 0 20 C7 2E 2E
Octal 100 213 255 77 24 0 40 307 56 56
Binary 1000000 10001011 10101101 111111 10100 0 100000 11000111 101110 101110

Color Harmonies of #408BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408BAD

Black with #408BAD

Text Example


Text Example

White with #408BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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