#4B98AB

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

Shades of Boston Blue #4B98AB

Tints of Boston Blue #4B98AB

Color information

#4B98AB (or 0x4B98AB) is unknown color: approx Boston Blue. HEX triplet: 4B, 98 and AB. RGB value is (75,152,171). Sum of RGB (Red+Green+Blue) = 75+152+171=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B98AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B98AB is #B46754. Grayscale: #828282. Windows color (decimal): -11822933 or 11245643. OLE color: 11245643.

HSL color Cylindrical-coordinate representation of color #4B98AB: hue angle of 191.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B98AB is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB75152171-
CMYK0.560.1100.33
HSL191.88º39.02%48.24%-
HSV(B)191.88º56.14%67.06%-
XYZ21.4826.8942.59-
YUV131.14150.4987.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 171 (67.19% from 255) = 42.96%
R=18.84%
G=38.19%
B=42.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751521710.560.1100.33191.8839.0248.24
Hex4B98AB38B021c02730
Octal11323025370130413004760
Binary100101110011000101010111110001011010000111000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B98AB; }

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

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

<style>
 a { background-color: #4B98AB; }

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

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

<style>
 span { border-color: #4B98AB; }

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

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