#418EAE

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

Shades of Boston Blue #418EAE

Tints of Boston Blue #418EAE

Color information

#418EAE (or 0x418EAE) is unknown color: approx Boston Blue. HEX triplet: 41, 8E and AE. RGB value is (65,142,174). Sum of RGB (Red+Green+Blue) = 65+142+174=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #418EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418EAE is #BE7151. Grayscale: #7A7A7A. Windows color (decimal): -12480850 or 11439681. OLE color: 11439681.

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

Color convert

RGB65142174-
CMYK0.630.1800.32
HSL197.61º45.61%46.86%-
HSV(B)197.61º62.64%68.24%-
XYZ19.4923.5343.56-
YUV122.62156.9986.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.06%
GREEN value IS 142 (55.86% from 255) = 37.27%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=17.06%
G=37.27%
B=45.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal651421740.630.1800.32197.6145.6146.86
Hex418EAE3F12020c62e2f
Octal10121625677220403065657
Binary1000001100011101010111011111110010010000011000110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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