#4E9CBE

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

Shades of Shakespeare #4E9CBE

Tints of Shakespeare #4E9CBE

Color information

#4E9CBE (or 0x4E9CBE) is unknown color: approx Shakespeare. HEX triplet: 4E, 9C and BE. RGB value is (78,156,190). Sum of RGB (Red+Green+Blue) = 78+156+190=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9CBE is #B16341. Grayscale: #888888. Windows color (decimal): -11625282 or 12491854. OLE color: 12491854.

HSL color Cylindrical-coordinate representation of color #4E9CBE: hue angle of 198.21º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E9CBE is Cyan = 0.59, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78156190-
CMYK0.590.1800.25
HSL198.21º46.28%52.55%-
HSV(B)198.21º58.95%74.51%-
XYZ24.3229.1153.05-
YUV136.55158.1686.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.40%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=18.40%
G=36.79%
B=44.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781561900.590.1800.25198.2146.2852.55
Hex4E9CBE3B12019c62e35
Octal11623427673220313065665
Binary100111010011100101111101110111001001100111000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,156,190); }

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

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

 a { background-color: rgb(78,156,190); }

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

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

 span { border-color: rgb(78,156,190); }

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