#4998AB

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

Shades of Boston Blue #4998AB

Tints of Boston Blue #4998AB

Color information

#4998AB (or 0x4998AB) is unknown color: approx Boston Blue. HEX triplet: 49, 98 and AB. RGB value is (73,152,171). Sum of RGB (Red+Green+Blue) = 73+152+171=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #4998AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4998AB is #B66754. Grayscale: #828282. Windows color (decimal): -11954005 or 11245641. OLE color: 11245641.

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

Color convert

RGB73152171-
CMYK0.570.1100.33
HSL191.63º40.16%47.84%-
HSV(B)191.63º57.31%67.06%-
XYZ21.3326.8142.58-
YUV130.54150.8386.96-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.43%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 171 (67.19% from 255) = 43.18%
R=18.43%
G=38.38%
B=43.18%

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
Decimal731521710.570.1100.33191.6340.1647.84
Hex4998AB39B021c02830
Octal11123025371130413005060
Binary100100110011000101010111110011011010000111000000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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