#4E95BE

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

Shades of Shakespeare #4E95BE

Tints of Shakespeare #4E95BE

Color information

#4E95BE (or 0x4E95BE) is unknown color: approx Shakespeare. HEX triplet: 4E, 95 and BE. RGB value is (78,149,190). Sum of RGB (Red+Green+Blue) = 78+149+190=417 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.71% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E95BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E95BE is #B16A41. Grayscale: #848484. Windows color (decimal): -11627074 or 12490062. OLE color: 12490062.

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

Color convert

RGB78149190-
CMYK0.590.2200.25
HSL201.96º46.28%52.55%-
HSV(B)201.96º58.95%74.51%-
XYZ23.1826.8352.67-
YUV132.44160.4889.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.71%
GREEN value IS 149 (58.59% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=18.71%
G=35.73%
B=45.56%

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
Decimal781491900.590.2200.25201.9646.2852.55
Hex4E95BE3B16019ca2e35
Octal11622527673260313125665
Binary100111010010101101111101110111011001100111001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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