#4B99AB

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

Shades of Boston Blue #4B99AB

Tints of Boston Blue #4B99AB

Color information

#4B99AB (or 0x4B99AB) is unknown color: approx Boston Blue. HEX triplet: 4B, 99 and AB. RGB value is (75,153,171). Sum of RGB (Red+Green+Blue) = 75+153+171=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B99AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B99AB is #B46654. Grayscale: #838383. Windows color (decimal): -11822677 or 11245899. OLE color: 11245899.

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

Color convert

RGB75153171-
CMYK0.560.1100.33
HSL191.25º39.02%48.24%-
HSV(B)191.25º56.14%67.06%-
XYZ21.6427.2242.64-
YUV131.73150.1687.54-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 42.86%
R=18.80%
G=38.35%
B=42.86%

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
Decimal751531710.560.1100.33191.2539.0248.24
Hex4B99AB38B021bf2730
Octal11323125370130412774760
Binary100101110011001101010111110001011010000110111111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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