#4D9EBD

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

Shades of Shakespeare #4D9EBD

Tints of Shakespeare #4D9EBD

Color information

#4D9EBD (or 0x4D9EBD) is unknown color: approx Shakespeare. HEX triplet: 4D, 9E and BD. RGB value is (77,158,189). Sum of RGB (Red+Green+Blue) = 77+158+189=424 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.16% from 424); Green value is 158 (62.11% from 255 or 37.26% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D9EBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9EBD is #B26142. Grayscale: #898989. Windows color (decimal): -11690307 or 12426829. OLE color: 12426829.

HSL color Cylindrical-coordinate representation of color #4D9EBD: hue angle of 196.61º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D9EBD is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB77158189-
CMYK0.590.1600.26
HSL196.61º45.9%52.16%-
HSV(B)196.61º59.26%74.12%-
XYZ24.4729.7152.59-
YUV137.32157.1684.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.16%
GREEN value IS 158 (62.11% from 255) = 37.26%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=18.16%
G=37.26%
B=44.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771581890.590.1600.26196.6145.952.16
Hex4D9EBD3B1001Ac52e34
Octal11523627573200323055664
Binary100110110011110101111011110111000001101011000101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,158,189); }

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

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

 a { background-color: rgb(77,158,189); }

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

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

 span { border-color: rgb(77,158,189); }

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