#419EAE

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

Shades of Boston Blue #419EAE

Tints of Boston Blue #419EAE

Color information

#419EAE (or 0x419EAE) is unknown color: approx Boston Blue. HEX triplet: 41, 9E and AE. RGB value is (65,158,174). Sum of RGB (Red+Green+Blue) = 65+158+174=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #419EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EAE is #BE6151. Grayscale: #838383. Windows color (decimal): -12476754 or 11443777. OLE color: 11443777.

HSL color Cylindrical-coordinate representation of color #419EAE: hue angle of 188.81º 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 #419EAE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB65158174-
CMYK0.630.0900.32
HSL188.81º45.61%46.86%-
HSV(B)188.81º62.64%68.24%-
XYZ22.0528.6344.41-
YUV132.02151.6980.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.37%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=16.37%
G=39.80%
B=43.83%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651581740.630.0900.32188.8145.6146.86
Hex419EAE3F9020bd2e2f
Octal10123625677110402755657
Binary100000110011110101011101111111001010000010111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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