#4C98C0

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

Shades of Shakespeare #4C98C0

Tints of Shakespeare #4C98C0

Color information

#4C98C0 (or 0x4C98C0) is unknown color: approx Shakespeare. HEX triplet: 4C, 98 and C0. RGB value is (76,152,192). Sum of RGB (Red+Green+Blue) = 76+152+192=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C98C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C98C0 is #B3673F. Grayscale: #858585. Windows color (decimal): -11757376 or 12621900. OLE color: 12621900.

HSL color Cylindrical-coordinate representation of color #4C98C0: hue angle of 200.69º 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 #4C98C0 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB76152192-
CMYK0.600.2100.25
HSL200.69º47.93%52.55%-
HSV(B)200.69º60.42%75.29%-
XYZ23.7227.853.98-
YUV133.84160.8286.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.10%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 192 (75.39% from 255) = 45.71%
R=18.10%
G=36.19%
B=45.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal761521920.600.2100.25200.6947.9352.55
Hex4C98C03C15019c93035
Octal11423030074250313116065
Binary100110010011000110000001111001010101100111001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C98C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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