#4998AA

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

Shades of Boston Blue #4998AA

Tints of Boston Blue #4998AA

Color information

#4998AA (or 0x4998AA) is unknown color: approx Boston Blue. HEX triplet: 49, 98 and AA. RGB value is (73,152,170). Sum of RGB (Red+Green+Blue) = 73+152+170=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #4998AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4998AA is #B66755. Grayscale: #828282. Windows color (decimal): -11954006 or 11180105. OLE color: 11180105.

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

Color convert

RGB73152170-
CMYK0.570.1100.33
HSL191.13º39.92%47.65%-
HSV(B)191.13º57.06%66.67%-
XYZ21.2326.7842.08-
YUV130.43150.3387.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 170 (66.80% from 255) = 43.04%
R=18.48%
G=38.48%
B=43.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731521700.570.1100.33191.1339.9247.65
Hex4998AA39B021bf2830
Octal11123025271130412775060
Binary100100110011000101010101110011011010000110111111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4998AA; }

 p { color: rgb(73,152,170); }

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

<style>
 a { background-color: #4998AA; }

 a { background-color: rgb(73,152,170); }

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

<style>
 span { border-color: #4998AA; }

 span { border-color: rgb(73,152,170); }

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