#499ABE

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

Shades of Boston Blue #499ABE

Tints of Boston Blue #499ABE

Color information

#499ABE (or 0x499ABE) is unknown color: approx Boston Blue. HEX triplet: 49, 9A and BE. RGB value is (73,154,190). Sum of RGB (Red+Green+Blue) = 73+154+190=417 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.51% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #499ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ABE is #B66541. Grayscale: #858585. Windows color (decimal): -11953474 or 12491337. OLE color: 12491337.

HSL color Cylindrical-coordinate representation of color #499ABE: hue angle of 198.46º degrees, saturation: 0.47, 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 #499ABE is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73154190-
CMYK0.620.1900.25
HSL198.46º47.37%51.57%-
HSV(B)198.46º61.58%74.51%-
XYZ23.628.2552.92-
YUV133.88159.6684.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.51%
GREEN value IS 154 (60.55% from 255) = 36.93%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=17.51%
G=36.93%
B=45.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731541900.620.1900.25198.4647.3751.57
Hex499ABE3E13019c62f34
Octal11123227676230313065764
Binary100100110011010101111101111101001101100111000110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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