Html Css Color HEX #408DA6 Boston Blue

📋 copy color: '#408DA6'

red 64 ◦ green 141 ◦ blue 166

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

Shades of Boston Blue #408DA6

Tints of Boston Blue #408DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 17.25%
G = 38.01%
B = 44.74%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#408DA6 (or 0x408DA6) is known color: Boston Blue. HEX triplet: 40, 8D and A6. RGB value is (64,141,166). Sum of RGB (Red+Green+Blue) = 64+141+166=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #408DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408DA6 is #BF7259. Grayscale: #787878. Windows color (decimal): -12546650 or 10915136. OLE color: 10915136.

HSL color Cylindrical-coordinate representation of color #408DA6: hue angle of 194.71º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #408DA6 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 64 141 166 -
CMYK 0.61 0.15 0 0.35
HSL 194.71º 0.44% 0.45% -
HSV(B) 194.71º 0.61% 0.65% -
XYZ 18.52 22.89 39.52 -
YUV 120.83 153.49 87.47 -
System Red Green Blue C M Y K H S L
Decimal 64 141 166 0.61 0.15 0 0.35 194.71 0.44 0.45
Hex 40 8D A6 3D F 0 23 C3 2C 2D
Octal 100 215 246 75 17 0 43 303 54 55
Binary 1000000 10001101 10100110 111101 1111 0 100011 11000011 101100 101101

Color Harmonies of #408DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408DA6

Black with #408DA6

Text Example


Text Example

White with #408DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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