#419AAE

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

Shades of Boston Blue #419AAE

Tints of Boston Blue #419AAE

Color information

#419AAE (or 0x419AAE) is unknown color: approx Boston Blue. HEX triplet: 41, 9A and AE. RGB value is (65,154,174). Sum of RGB (Red+Green+Blue) = 65+154+174=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #419AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AAE is #BE6551. Grayscale: #818181. Windows color (decimal): -12477778 or 11442753. OLE color: 11442753.

HSL color Cylindrical-coordinate representation of color #419AAE: hue angle of 191.01º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #419AAE is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65154174-
CMYK0.630.1100.32
HSL191.01º45.61%46.86%-
HSV(B)191.01º62.64%68.24%-
XYZ21.3827.2944.19-
YUV129.67153.0181.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=16.54%
G=39.19%
B=44.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651541740.630.1100.32191.0145.6146.86
Hex419AAE3FB020bf2e2f
Octal10123225677130402775657
Binary100000110011010101011101111111011010000010111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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