#4C96C1

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

Shades of Shakespeare #4C96C1

Tints of Shakespeare #4C96C1

Color information

#4C96C1 (or 0x4C96C1) is unknown color: approx Shakespeare. HEX triplet: 4C, 96 and C1. RGB value is (76,150,193). Sum of RGB (Red+Green+Blue) = 76+150+193=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C96C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C96C1 is #B3693E. Grayscale: #848484. Windows color (decimal): -11757887 or 12686924. OLE color: 12686924.

HSL color Cylindrical-coordinate representation of color #4C96C1: hue angle of 202.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C96C1 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB76150193-
CMYK0.610.2200.24
HSL202.05º48.55%52.75%-
HSV(B)202.05º60.62%75.69%-
XYZ23.5127.254.46-
YUV132.78161.9887.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.14%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=18.14%
G=35.80%
B=46.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal761501930.610.2200.24202.0548.5552.75
Hex4C96C13D16018ca3135
Octal11422630175260303126165
Binary100110010010110110000011111011011001100011001010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C96C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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