#4998B4

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

Shades of Boston Blue #4998B4

Tints of Boston Blue #4998B4

Color information

#4998B4 (or 0x4998B4) is unknown color: approx Boston Blue. HEX triplet: 49, 98 and B4. RGB value is (73,152,180). Sum of RGB (Red+Green+Blue) = 73+152+180=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #4998B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998B4 is #B6674B. Grayscale: #838383. Windows color (decimal): -11953996 or 11835465. OLE color: 11835465.

HSL color Cylindrical-coordinate representation of color #4998B4: hue angle of 195.7º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4998B4 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB73152180-
CMYK0.590.1600.29
HSL195.7º42.29%49.61%-
HSV(B)195.7º59.44%70.59%-
XYZ22.2127.1747.25-
YUV131.57155.3386.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.02%
GREEN value IS 152 (59.77% from 255) = 37.53%
BLUE value IS 180 (70.70% from 255) = 44.44%
R=18.02%
G=37.53%
B=44.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal731521800.590.1600.29195.742.2949.61
Hex4998B43B1001Dc42a32
Octal11123026473200353045262
Binary100100110011000101101001110111000001110111000100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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