#419BBC

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

Shades of Boston Blue #419BBC

Tints of Boston Blue #419BBC

Color information

#419BBC (or 0x419BBC) is unknown color: approx Boston Blue. HEX triplet: 41, 9B and BC. RGB value is (65,155,188). Sum of RGB (Red+Green+Blue) = 65+155+188=408 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.93% from 408); Green value is 155 (60.94% from 255 or 37.99% 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 #419BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #419BBC is #BE6443. Grayscale: #838383. Windows color (decimal): -12477508 or 12360513. OLE color: 12360513.

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

Color convert

RGB65155188-
CMYK0.650.1800.26
HSL196.1º48.62%49.61%-
HSV(B)196.1º65.43%73.73%-
XYZ22.9828.251.81-
YUV131.85159.6880.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 15.93%
GREEN value IS 155 (60.94% from 255) = 37.99%
BLUE value IS 188 (73.83% from 255) = 46.08%
R=15.93%
G=37.99%
B=46.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651551880.650.1800.26196.148.6249.61
Hex419BBC411201Ac43132
Octal101233274101220323046162
Binary1000001100110111011110010000011001001101011000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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