#4999AA

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

Shades of Boston Blue #4999AA

Tints of Boston Blue #4999AA

Color information

#4999AA (or 0x4999AA) is unknown color: approx Boston Blue. HEX triplet: 49, 99 and AA. RGB value is (73,153,170). Sum of RGB (Red+Green+Blue) = 73+153+170=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #4999AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4999AA is #B66655. Grayscale: #828282. Windows color (decimal): -11953750 or 11180361. OLE color: 11180361.

HSL color Cylindrical-coordinate representation of color #4999AA: hue angle of 190.52º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4999AA is Cyan = 0.57, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73153170-
CMYK0.570.100.33
HSL190.52º39.92%47.65%-
HSV(B)190.52º57.06%66.67%-
XYZ21.3927.142.13-
YUV131.0215086.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=18.43%
G=38.64%
B=42.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731531700.570.100.33190.5239.9247.65
Hex4999AA39A021bf2830
Octal11123125271120412775060
Binary100100110011001101010101110011010010000110111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4999AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4999AA; }

 p { color: rgb(73,153,170); }

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

<style>
 a { background-color: #4999AA; }

 a { background-color: rgb(73,153,170); }

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

<style>
 span { border-color: #4999AA; }

 span { border-color: rgb(73,153,170); }

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