#499AC0

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

Shades of Boston Blue #499AC0

Tints of Boston Blue #499AC0

Color information

#499AC0 (or 0x499AC0) is unknown color: approx Boston Blue. HEX triplet: 49, 9A and C0. RGB value is (73,154,192). Sum of RGB (Red+Green+Blue) = 73+154+192=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #499AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AC0 is #B6653F. Grayscale: #858585. Windows color (decimal): -11953472 or 12622409. OLE color: 12622409.

HSL color Cylindrical-coordinate representation of color #499AC0: hue angle of 199.16º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #499AC0 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73154192-
CMYK0.620.2000.25
HSL199.16º48.57%51.96%-
HSV(B)199.16º61.98%75.29%-
XYZ23.8228.3354.08-
YUV134.11160.6684.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.42%
GREEN value IS 154 (60.55% from 255) = 36.75%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=17.42%
G=36.75%
B=45.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731541920.620.2000.25199.1648.5751.96
Hex499AC03E14019c73134
Octal11123230076240313076164
Binary100100110011010110000001111101010001100111000111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,154,192); }

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

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

 a { background-color: rgb(73,154,192); }

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

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

 span { border-color: rgb(73,154,192); }

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