#499EB9

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

Shades of Boston Blue #499EB9

Tints of Boston Blue #499EB9

Color information

#499EB9 (or 0x499EB9) is unknown color: approx Boston Blue. HEX triplet: 49, 9E and B9. RGB value is (73,158,185). Sum of RGB (Red+Green+Blue) = 73+158+185=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #499EB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499EB9 is #B66146. Grayscale: #878787. Windows color (decimal): -11952455 or 12164681. OLE color: 12164681.

HSL color Cylindrical-coordinate representation of color #499EB9: hue angle of 194.46º degrees, saturation: 0.44, 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 #499EB9 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73158185-
CMYK0.610.1500.27
HSL194.46º44.44%50.59%-
HSV(B)194.46º60.54%72.55%-
XYZ23.7329.3750.32-
YUV135.66155.8483.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 158 (62.11% from 255) = 37.98%
BLUE value IS 185 (72.66% from 255) = 44.47%
R=17.55%
G=37.98%
B=44.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731581850.610.1500.27194.4644.4450.59
Hex499EB93DF01Bc22c33
Octal11123627175170333025463
Binary10010011001111010111001111101111101101111000010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,185); }

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

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

 a { background-color: rgb(73,158,185); }

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

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

 span { border-color: rgb(73,158,185); }

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