#499ABA

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

Shades of Boston Blue #499ABA

Tints of Boston Blue #499ABA

Color information

#499ABA (or 0x499ABA) is unknown color: approx Boston Blue. HEX triplet: 49, 9A and BA. RGB value is (73,154,186). Sum of RGB (Red+Green+Blue) = 73+154+186=413 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.68% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #499ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ABA is #B66545. Grayscale: #858585. Windows color (decimal): -11953478 or 12229193. OLE color: 12229193.

HSL color Cylindrical-coordinate representation of color #499ABA: hue angle of 196.99º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #499ABA is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73154186-
CMYK0.610.1700.27
HSL196.99º45.02%50.78%-
HSV(B)196.99º60.75%72.94%-
XYZ23.1728.0750.65-
YUV133.43157.6684.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.68%
GREEN value IS 154 (60.55% from 255) = 37.29%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=17.68%
G=37.29%
B=45.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731541860.610.1700.27196.9945.0250.78
Hex499ABA3D1101Bc52d33
Octal11123227275210333055563
Binary100100110011010101110101111011000101101111000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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