#4E93BE

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

Shades of Shakespeare #4E93BE

Tints of Shakespeare #4E93BE

Color information

#4E93BE (or 0x4E93BE) is unknown color: approx Shakespeare. HEX triplet: 4E, 93 and BE. RGB value is (78,147,190). Sum of RGB (Red+Green+Blue) = 78+147+190=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E93BE is #B16C41. Grayscale: #838383. Windows color (decimal): -11627586 or 12489550. OLE color: 12489550.

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

Color convert

RGB78147190-
CMYK0.590.2300.25
HSL203.04º46.28%52.55%-
HSV(B)203.04º58.95%74.51%-
XYZ22.8726.252.57-
YUV131.27161.1490-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.80%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=18.80%
G=35.42%
B=45.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781471900.590.2300.25203.0446.2852.55
Hex4E93BE3B17019cb2e35
Octal11622327673270313135665
Binary100111010010011101111101110111011101100111001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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