#4C96AB

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

Shades of Boston Blue #4C96AB

Tints of Boston Blue #4C96AB

Color information

#4C96AB (or 0x4C96AB) is unknown color: approx Boston Blue. HEX triplet: 4C, 96 and AB. RGB value is (76,150,171). Sum of RGB (Red+Green+Blue) = 76+150+171=397 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.14% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C96AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C96AB is #B36954. Grayscale: #828282. Windows color (decimal): -11757909 or 11245132. OLE color: 11245132.

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

Color convert

RGB76150171-
CMYK0.560.1200.33
HSL193.26º38.46%48.43%-
HSV(B)193.26º55.56%67.06%-
XYZ21.2426.2942.48-
YUV130.27150.9889.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.14%
GREEN value IS 150 (58.98% from 255) = 37.78%
BLUE value IS 171 (67.19% from 255) = 43.07%
R=19.14%
G=37.78%
B=43.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761501710.560.1200.33193.2638.4648.43
Hex4C96AB38C021c12630
Octal11422625370140413014660
Binary100110010010110101010111110001100010000111000001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,150,171); }

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

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

 a { background-color: rgb(76,150,171); }

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

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

 span { border-color: rgb(76,150,171); }

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