Html Css Color HEX #409CAF Boston Blue

📋 copy color: '#409CAF'

red 64 ◦ green 156 ◦ blue 175

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

Shades of Boston Blue #409CAF

Tints of Boston Blue #409CAF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.49%

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 16.2%
G = 39.49%
B = 44.3%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#409CAF (or 0x409CAF) is known color: Boston Blue. HEX triplet: 40, 9C and AF. RGB value is (64,156,175). Sum of RGB (Red+Green+Blue) = 64+156+175=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #409CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409CAF is #BF6350. Grayscale: #828282. Windows color (decimal): -12542801 or 11508800. OLE color: 11508800.

HSL color Cylindrical-coordinate representation of color #409CAF: hue angle of 190.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409CAF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 156 175 -
CMYK 0.63 0.11 0 0.31
HSL 190.27º 0.46% 0.47% -
HSV(B) 190.27º 0.63% 0.69% -
XYZ 21.74 27.96 44.81 -
YUV 130.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 64 156 175 0.63 0.11 0 0.31 190.27 0.46 0.47
Hex 40 9C AF 3F B 0 1F BE 2E 2F
Octal 100 234 257 77 13 0 37 276 56 57
Binary 1000000 10011100 10101111 111111 1011 0 11111 10111110 101110 101111

Color Harmonies of #409CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409CAF

Black with #409CAF

Text Example


Text Example

White with #409CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409CAF; }

 p { color: rgb(64,156,175); }

 H1.HeaderClassName
 {
   color: #409CAF;
 }
 .AnyTagClassName
 {
   color: #409CAF;
 }
</style>

background-color css

<style>
 a { background-color: #409CAF; }

 a { background-color: rgb(64,156,175); }

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

border-color css

<style>
 span { border-color: #409CAF; }

 span { border-color: rgb(64,156,175); }

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