#4996B4

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

Shades of Boston Blue #4996B4

Tints of Boston Blue #4996B4

Color information

#4996B4 (or 0x4996B4) is unknown color: approx Boston Blue. HEX triplet: 49, 96 and B4. RGB value is (73,150,180). Sum of RGB (Red+Green+Blue) = 73+150+180=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #4996B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4996B4 is #B6694B. Grayscale: #828282. Windows color (decimal): -11954508 or 11834953. OLE color: 11834953.

HSL color Cylindrical-coordinate representation of color #4996B4: hue angle of 196.82º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4996B4 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73150180-
CMYK0.590.1700.29
HSL196.82º42.29%49.61%-
HSV(B)196.82º59.44%70.59%-
XYZ21.8926.5247.15-
YUV130.4155.9987.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 150 (58.98% from 255) = 37.22%
BLUE value IS 180 (70.70% from 255) = 44.67%
R=18.11%
G=37.22%
B=44.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731501800.590.1700.29196.8242.2949.61
Hex4996B43B1101Dc52a32
Octal11122626473210353055262
Binary100100110010110101101001110111000101110111000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4996B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4996B4; }

 p { color: rgb(73,150,180); }

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

<style>
 a { background-color: #4996B4; }

 a { background-color: rgb(73,150,180); }

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

<style>
 span { border-color: #4996B4; }

 span { border-color: rgb(73,150,180); }

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