#4998BF

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

Shades of Boston Blue #4998BF

Tints of Boston Blue #4998BF

Color information

#4998BF (or 0x4998BF) is unknown color: approx Boston Blue. HEX triplet: 49, 98 and BF. RGB value is (73,152,191). Sum of RGB (Red+Green+Blue) = 73+152+191=416 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.55% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #4998BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998BF is #B66740. Grayscale: #848484. Windows color (decimal): -11953985 or 12556361. OLE color: 12556361.

HSL color Cylindrical-coordinate representation of color #4998BF: hue angle of 199.83º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4998BF is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB73152191-
CMYK0.620.2000.25
HSL199.83º47.97%51.76%-
HSV(B)199.83º61.78%74.9%-
XYZ23.3827.6353.39-
YUV132.82160.8385.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.55%
GREEN value IS 152 (59.77% from 255) = 36.54%
BLUE value IS 191 (75% from 255) = 45.91%
R=17.55%
G=36.54%
B=45.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731521910.620.2000.25199.8347.9751.76
Hex4998BF3E14019c83034
Octal11123027776240313106064
Binary100100110011000101111111111101010001100111001000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4998BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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