#4E94BE

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

Shades of Shakespeare #4E94BE

Tints of Shakespeare #4E94BE

Color information

#4E94BE (or 0x4E94BE) is unknown color: approx Shakespeare. HEX triplet: 4E, 94 and BE. RGB value is (78,148,190). Sum of RGB (Red+Green+Blue) = 78+148+190=416 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.75% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E94BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E94BE is #B16B41. Grayscale: #838383. Windows color (decimal): -11627330 or 12489806. OLE color: 12489806.

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

Color convert

RGB78148190-
CMYK0.590.2200.25
HSL202.5º46.28%52.55%-
HSV(B)202.5º58.95%74.51%-
XYZ23.0326.5252.62-
YUV131.86160.8189.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.75%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=18.75%
G=35.58%
B=45.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781481900.590.2200.25202.546.2852.55
Hex4E94BE3B16019ca2e35
Octal11622427673260313125665
Binary100111010010100101111101110111011001100111001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E94BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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