#4997AB

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

Shades of Boston Blue #4997AB

Tints of Boston Blue #4997AB

Color information

#4997AB (or 0x4997AB) is unknown color: approx Boston Blue. HEX triplet: 49, 97 and AB. RGB value is (73,151,171). Sum of RGB (Red+Green+Blue) = 73+151+171=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #4997AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4997AB is #B66854. Grayscale: #818181. Windows color (decimal): -11954261 or 11245385. OLE color: 11245385.

HSL color Cylindrical-coordinate representation of color #4997AB: hue angle of 192.24º 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 #4997AB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73151171-
CMYK0.570.1200.33
HSL192.24º40.16%47.84%-
HSV(B)192.24º57.31%67.06%-
XYZ21.1626.4942.53-
YUV129.96151.1687.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=18.48%
G=38.23%
B=43.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731511710.570.1200.33192.2440.1647.84
Hex4997AB39C021c02830
Octal11122725371140413005060
Binary100100110010111101010111110011100010000111000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4997AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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