#419CBD

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

Shades of Boston Blue #419CBD

Tints of Boston Blue #419CBD

Color information

#419CBD (or 0x419CBD) is unknown color: approx Boston Blue. HEX triplet: 41, 9C and BD. RGB value is (65,156,189). Sum of RGB (Red+Green+Blue) = 65+156+189=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #419CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419CBD is #BE6342. Grayscale: #848484. Windows color (decimal): -12477251 or 12426305. OLE color: 12426305.

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

Color convert

RGB65156189-
CMYK0.660.1700.26
HSL195.97º48.82%49.8%-
HSV(B)195.97º65.61%74.12%-
XYZ23.2528.5752.43-
YUV132.55159.8579.82-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.85%
GREEN value IS 156 (61.33% from 255) = 38.05%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=15.85%
G=38.05%
B=46.10%

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
Decimal651561890.660.1700.26195.9748.8249.8
Hex419CBD421101Ac43132
Octal101234275102210323046162
Binary1000001100111001011110110000101000101101011000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419CBD; }

 p { color: rgb(65,156,189); }

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

<style>
 a { background-color: #419CBD; }

 a { background-color: rgb(65,156,189); }

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

<style>
 span { border-color: #419CBD; }

 span { border-color: rgb(65,156,189); }

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