#4997BB

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

Shades of Boston Blue #4997BB

Tints of Boston Blue #4997BB

Color information

#4997BB (or 0x4997BB) is unknown color: approx Boston Blue. HEX triplet: 49, 97 and BB. RGB value is (73,151,187). Sum of RGB (Red+Green+Blue) = 73+151+187=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #4997BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4997BB is #B66844. Grayscale: #838383. Windows color (decimal): -11954245 or 12293961. OLE color: 12293961.

HSL color Cylindrical-coordinate representation of color #4997BB: hue angle of 198.95º degrees, saturation: 0.46, 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 #4997BB is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73151187-
CMYK0.610.1900.27
HSL198.95º45.6%50.98%-
HSV(B)198.95º60.96%73.33%-
XYZ22.7827.1451.05-
YUV131.78159.1686.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 151 (59.38% from 255) = 36.74%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=17.76%
G=36.74%
B=45.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731511870.610.1900.27198.9545.650.98
Hex4997BB3D1301Bc72e33
Octal11122727375230333075663
Binary100100110010111101110111111011001101101111000111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4997BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4997BB; }

 p { color: rgb(73,151,187); }

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

<style>
 a { background-color: #4997BB; }

 a { background-color: rgb(73,151,187); }

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

<style>
 span { border-color: #4997BB; }

 span { border-color: rgb(73,151,187); }

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