#419BBD

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

Shades of Boston Blue #419BBD

Tints of Boston Blue #419BBD

Color information

#419BBD (or 0x419BBD) is unknown color: approx Boston Blue. HEX triplet: 41, 9B and BD. RGB value is (65,155,189). Sum of RGB (Red+Green+Blue) = 65+155+189=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #419BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BBD is #BE6442. Grayscale: #838383. Windows color (decimal): -12477507 or 12426049. OLE color: 12426049.

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

Color convert

RGB65155189-
CMYK0.660.1800.26
HSL196.45º48.82%49.8%-
HSV(B)196.45º65.61%74.12%-
XYZ23.0928.2452.38-
YUV131.97160.1880.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.89%
GREEN value IS 155 (60.94% from 255) = 37.90%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=15.89%
G=37.90%
B=46.21%

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
Decimal651551890.660.1800.26196.4548.8249.8
Hex419BBD421201Ac43132
Octal101233275102220323046162
Binary1000001100110111011110110000101001001101011000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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