#4e98be

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

Shades of Shakespeare #4E98BE

Tints of Shakespeare #4E98BE

Color information

#4E98BE (or 0x4E98BE) is unknown color: approx Shakespeare. HEX triplet: 4E, 98 and BE. RGB value is (78,152,190). Sum of RGB (Red+Green+Blue) = 78+152+190=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E98BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E98BE is #B16741. Grayscale: #858585. Windows color (decimal): -11626306 or 12490830. OLE color: 12490830.

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

Color convert

RGB78152190-
CMYK0.590.200.25
HSL200.36º46.28%52.55%-
HSV(B)200.36º58.95%74.51%-
XYZ23.6627.7952.83-
YUV134.21159.4887.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.57%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=18.57%
G=36.19%
B=45.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781521900.590.200.25200.3646.2852.55
Hex4E98BE3B14019c82e35
Octal11623027673240313105665
Binary100111010011000101111101110111010001100111001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e98be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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