Html Css Color HEX #409FAF Boston Blue

📋 copy color: '#409FAF'

red 64 ◦ green 159 ◦ blue 175

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

Shades of Boston Blue #409FAF

Tints of Boston Blue #409FAF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.95%

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

R = 16.08%
G = 39.95%
B = 43.97%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#409FAF (or 0x409FAF) is known color: Boston Blue. HEX triplet: 40, 9F and AF. RGB value is (64,159,175). Sum of RGB (Red+Green+Blue) = 64+159+175=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #409FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409FAF is #BF6050. Grayscale: #848484. Windows color (decimal): -12542033 or 11509568. OLE color: 11509568.

HSL color Cylindrical-coordinate representation of color #409FAF: hue angle of 188.65º 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 #409FAF is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 159 175 -
CMYK 0.63 0.09 0 0.31
HSL 188.65º 0.46% 0.47% -
HSV(B) 188.65º 0.63% 0.69% -
XYZ 22.25 28.98 44.98 -
YUV 132.42 152.03 79.2 -
System Red Green Blue C M Y K H S L
Decimal 64 159 175 0.63 0.09 0 0.31 188.65 0.46 0.47
Hex 40 9F AF 3F 9 0 1F BD 2E 2F
Octal 100 237 257 77 11 0 37 275 56 57
Binary 1000000 10011111 10101111 111111 1001 0 11111 10111101 101110 101111

Color Harmonies of #409FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409FAF

Black with #409FAF

Text Example


Text Example

White with #409FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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