#499EAE

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

Shades of Boston Blue #499EAE

Tints of Boston Blue #499EAE

Color information

#499EAE (or 0x499EAE) is unknown color: approx Boston Blue. HEX triplet: 49, 9E and AE. RGB value is (73,158,174). Sum of RGB (Red+Green+Blue) = 73+158+174=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #499EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499EAE is #B66151. Grayscale: #868686. Windows color (decimal): -11952466 or 11443785. OLE color: 11443785.

HSL color Cylindrical-coordinate representation of color #499EAE: hue angle of 189.5º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #499EAE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73158174-
CMYK0.580.0900.32
HSL189.5º40.89%48.43%-
HSV(B)189.5º58.05%68.24%-
XYZ22.6128.9344.44-
YUV134.41150.3484.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=18.02%
G=39.01%
B=42.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731581740.580.0900.32189.540.8948.43
Hex499EAE3A9020be2930
Octal11123625672110402765160
Binary100100110011110101011101110101001010000010111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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