#419AA6

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

Shades of Boston Blue #419AA6

Tints of Boston Blue #419AA6

Color information

#419AA6 (or 0x419AA6) is unknown color: approx Boston Blue. HEX triplet: 41, 9A and A6. RGB value is (65,154,166). Sum of RGB (Red+Green+Blue) = 65+154+166=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #419AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AA6 is #BE6559. Grayscale: #808080. Windows color (decimal): -12477786 or 10918465. OLE color: 10918465.

HSL color Cylindrical-coordinate representation of color #419AA6: hue angle of 187.13º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #419AA6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB65154166-
CMYK0.610.0700.35
HSL187.13º43.72%45.29%-
HSV(B)187.13º60.84%65.1%-
XYZ20.6226.9940.2-
YUV128.76149.0182.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.88%
GREEN value IS 154 (60.55% from 255) = 40%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=16.88%
G=40%
B=43.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal651541660.610.0700.35187.1343.7245.29
Hex419AA63D7023bb2c2d
Octal1012322467570432735455
Binary10000011001101010100110111101111010001110111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,154,166); }

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

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

 a { background-color: rgb(65,154,166); }

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

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

 span { border-color: rgb(65,154,166); }

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