#4990B6

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

Shades of Boston Blue #4990B6

Tints of Boston Blue #4990B6

Color information

#4990B6 (or 0x4990B6) is unknown color: approx Boston Blue. HEX triplet: 49, 90 and B6. RGB value is (73,144,182). Sum of RGB (Red+Green+Blue) = 73+144+182=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 182 (71.48% from 255 or 45.61% from 399); Max value from RGB is 182 - color contains mainly: blue. Hex color #4990B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990B6 is #B66F49. Grayscale: #7E7E7E. Windows color (decimal): -11956042 or 11964489. OLE color: 11964489.

HSL color Cylindrical-coordinate representation of color #4990B6: hue angle of 200.92º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4990B6 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73144182-
CMYK0.600.2100.29
HSL200.92º42.75%50%-
HSV(B)200.92º59.89%71.37%-
XYZ21.1624.7447.92-
YUV127.1158.9889.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.30%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 182 (71.48% from 255) = 45.61%
R=18.30%
G=36.09%
B=45.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731441820.600.2100.29200.9242.7550
Hex4990B63C1501Dc92b32
Octal11122026674250353115362
Binary100100110010000101101101111001010101110111001001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4990B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4990B6; }

 p { color: rgb(73,144,182); }

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

<style>
 a { background-color: #4990B6; }

 a { background-color: rgb(73,144,182); }

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

<style>
 span { border-color: #4990B6; }

 span { border-color: rgb(73,144,182); }

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