#4E9DB9

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

Shades of Shakespeare #4E9DB9

Tints of Shakespeare #4E9DB9

Color information

#4E9DB9 (or 0x4E9DB9) is unknown color: approx Shakespeare. HEX triplet: 4E, 9D and B9. RGB value is (78,157,185). Sum of RGB (Red+Green+Blue) = 78+157+185=420 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.57% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #4E9DB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E9DB9 is #B16246. Grayscale: #888888. Windows color (decimal): -11625031 or 12164430. OLE color: 12164430.

HSL color Cylindrical-coordinate representation of color #4E9DB9: hue angle of 195.7º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E9DB9 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB78157185-
CMYK0.580.1500.27
HSL195.7º43.32%51.57%-
HSV(B)195.7º57.84%72.55%-
XYZ23.9629.2450.28-
YUV136.57155.3386.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.57%
GREEN value IS 157 (61.72% from 255) = 37.38%
BLUE value IS 185 (72.66% from 255) = 44.05%
R=18.57%
G=37.38%
B=44.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781571850.580.1500.27195.743.3251.57
Hex4E9DB93AF01Bc42b34
Octal11623527172170333045364
Binary10011101001110110111001111010111101101111000100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,157,185); }

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

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

 a { background-color: rgb(78,157,185); }

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

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

 span { border-color: rgb(78,157,185); }

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