#409BAF

Color #409BAF Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #409BAF

Tints of Boston Blue #409BAF

Color information

#409BAF (or 0x409BAF) is unknown color: approx Boston Blue. HEX triplet: 40, 9B and AF. RGB value is (64,155,175). Sum of RGB (Red+Green+Blue) = 64+155+175=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #409BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BAF is #BF6450. Grayscale: #818181. Windows color (decimal): -12543057 or 11508544. OLE color: 11508544.

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

Color convert

RGB64155175-
CMYK0.630.1100.31
HSL190.81º46.44%46.86%-
HSV(B)190.81º63.43%68.63%-
XYZ21.5727.6344.75-
YUV130.07153.3580.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.24%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=16.24%
G=39.34%
B=44.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641551750.630.1100.31190.8146.4446.86
Hex409BAF3FB01Fbf2e2f
Octal10023325777130372775657
Binary10000001001101110101111111111101101111110111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #409BAF;
 }
 .AnyTagClassName
 {
   color: #409BAF;
 }
</style>
background-color css

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

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

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

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

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

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