#499CA9

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

Shades of Boston Blue #499CA9

Tints of Boston Blue #499CA9

Color information

#499CA9 (or 0x499CA9) is unknown color: approx Boston Blue. HEX triplet: 49, 9C and A9. RGB value is (73,156,169). Sum of RGB (Red+Green+Blue) = 73+156+169=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 169 - color contains mainly: blue. Hex color #499CA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CA9 is #B66356. Grayscale: #848484. Windows color (decimal): -11952983 or 11115593. OLE color: 11115593.

HSL color Cylindrical-coordinate representation of color #499CA9: hue angle of 188.12º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #499CA9 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB73156169-
CMYK0.570.0800.34
HSL188.12º39.67%47.45%-
HSV(B)188.12º56.8%66.27%-
XYZ21.828.0641.8-
YUV132.66148.585.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 156 (61.33% from 255) = 39.20%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=18.34%
G=39.20%
B=42.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal731561690.570.0800.34188.1239.6747.45
Hex499CA9398022bc282f
Octal11123425171100422745057
Binary100100110011100101010011110011000010001010111100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,156,169); }

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

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

 a { background-color: rgb(73,156,169); }

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

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

 span { border-color: rgb(73,156,169); }

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