#4B96B8

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

Shades of Boston Blue #4B96B8

Tints of Boston Blue #4B96B8

Color information

#4B96B8 (or 0x4B96B8) is unknown color: approx Boston Blue. HEX triplet: 4B, 96 and B8. RGB value is (75,150,184). Sum of RGB (Red+Green+Blue) = 75+150+184=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B96B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B96B8 is #B46947. Grayscale: #838383. Windows color (decimal): -11823432 or 12097099. OLE color: 12097099.

HSL color Cylindrical-coordinate representation of color #4B96B8: hue angle of 198.72º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B96B8 is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB75150184-
CMYK0.590.1800.28
HSL198.72º43.43%50.78%-
HSV(B)198.72º59.24%72.16%-
XYZ22.4626.7749.33-
YUV131.45157.6587.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.34%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 184 (72.27% from 255) = 44.99%
R=18.34%
G=36.67%
B=44.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal751501840.590.1800.28198.7243.4350.78
Hex4B96B83B1201Cc72b33
Octal11322627073220343075363
Binary100101110010110101110001110111001001110011000111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B96B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,184); }

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

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

 a { background-color: rgb(75,150,184); }

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

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

 span { border-color: rgb(75,150,184); }

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