#499DAE

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

Shades of Boston Blue #499DAE

Tints of Boston Blue #499DAE

Color information

#499DAE (or 0x499DAE) is unknown color: approx Boston Blue. HEX triplet: 49, 9D and AE. RGB value is (73,157,174). Sum of RGB (Red+Green+Blue) = 73+157+174=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #499DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499DAE is #B66251. Grayscale: #858585. Windows color (decimal): -11952722 or 11443529. OLE color: 11443529.

HSL color Cylindrical-coordinate representation of color #499DAE: hue angle of 190.1º 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 #499DAE is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73157174-
CMYK0.580.1000.32
HSL190.1º40.89%48.43%-
HSV(B)190.1º58.05%68.24%-
XYZ22.4428.5944.38-
YUV133.82150.6784.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 157 (61.72% from 255) = 38.86%
BLUE value IS 174 (68.36% from 255) = 43.07%
R=18.07%
G=38.86%
B=43.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731571740.580.1000.32190.140.8948.43
Hex499DAE3AA020be2930
Octal11123525672120402765160
Binary100100110011101101011101110101010010000010111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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