#4997AE

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

Shades of Boston Blue #4997AE

Tints of Boston Blue #4997AE

Color information

#4997AE (or 0x4997AE) is unknown color: approx Boston Blue. HEX triplet: 49, 97 and AE. RGB value is (73,151,174). Sum of RGB (Red+Green+Blue) = 73+151+174=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #4997AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4997AE is #B66851. Grayscale: #828282. Windows color (decimal): -11954258 or 11441993. OLE color: 11441993.

HSL color Cylindrical-coordinate representation of color #4997AE: hue angle of 193.66º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4997AE is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73151174-
CMYK0.580.1300.32
HSL193.66º40.89%48.43%-
HSV(B)193.66º58.05%68.24%-
XYZ21.4526.6144.05-
YUV130.3152.6687.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.34%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 174 (68.36% from 255) = 43.72%
R=18.34%
G=37.94%
B=43.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731511740.580.1300.32193.6640.8948.43
Hex4997AE3AD020c22930
Octal11122725672150403025160
Binary100100110010111101011101110101101010000011000010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4997AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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