#409BBC

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

Shades of Boston Blue #409BBC

Tints of Boston Blue #409BBC

Color information

#409BBC (or 0x409BBC) is unknown color: approx Boston Blue. HEX triplet: 40, 9B and BC. RGB value is (64,155,188). Sum of RGB (Red+Green+Blue) = 64+155+188=407 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.72% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #409BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BBC is #BF6443. Grayscale: #838383. Windows color (decimal): -12543044 or 12360512. OLE color: 12360512.

HSL color Cylindrical-coordinate representation of color #409BBC: hue angle of 195.97º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409BBC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64155188-
CMYK0.660.1800.26
HSL195.97º49.21%49.41%-
HSV(B)195.97º65.96%73.73%-
XYZ22.9128.1651.81-
YUV131.55159.8579.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.72%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=15.72%
G=38.08%
B=46.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641551880.660.1800.26195.9749.2149.41
Hex409BBC421201Ac43131
Octal100233274102220323046161
Binary1000000100110111011110010000101001001101011000100110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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