#409CBC

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

Shades of Boston Blue #409CBC

Tints of Boston Blue #409CBC

Color information

#409CBC (or 0x409CBC) is unknown color: approx Boston Blue. HEX triplet: 40, 9C and BC. RGB value is (64,156,188). Sum of RGB (Red+Green+Blue) = 64+156+188=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #409CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CBC is #BF6343. Grayscale: #838383. Windows color (decimal): -12542788 or 12360768. OLE color: 12360768.

HSL color Cylindrical-coordinate representation of color #409CBC: hue angle of 195.48º 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 #409CBC is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB64156188-
CMYK0.660.1700.26
HSL195.48º49.21%49.41%-
HSV(B)195.48º65.96%73.73%-
XYZ23.0828.551.86-
YUV132.14159.5279.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.69%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=15.69%
G=38.24%
B=46.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal641561880.660.1700.26195.4849.2149.41
Hex409CBC421101Ac33131
Octal100234274102210323036161
Binary1000000100111001011110010000101000101101011000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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