#4c96c0

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

Shades of Shakespeare #4C96C0

Tints of Shakespeare #4C96C0

Color information

#4C96C0 (or 0x4C96C0) is unknown color: approx Shakespeare. HEX triplet: 4C, 96 and C0. RGB value is (76,150,192). Sum of RGB (Red+Green+Blue) = 76+150+192=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C96C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C96C0 is #B3693F. Grayscale: #848484. Windows color (decimal): -11757888 or 12621388. OLE color: 12621388.

HSL color Cylindrical-coordinate representation of color #4C96C0: hue angle of 201.72º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C96C0 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76150192-
CMYK0.600.2200.25
HSL201.72º47.93%52.55%-
HSV(B)201.72º60.42%75.29%-
XYZ23.427.1553.88-
YUV132.66161.4887.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.18%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=18.18%
G=35.89%
B=45.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761501920.600.2200.25201.7247.9352.55
Hex4C96C03C16019ca3035
Octal11422630074260313126065
Binary100110010010110110000001111001011001100111001010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c96c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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