#4D9FBE

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

Shades of Shakespeare #4D9FBE

Tints of Shakespeare #4D9FBE

Color information

#4D9FBE (or 0x4D9FBE) is unknown color: approx Shakespeare. HEX triplet: 4D, 9F and BE. RGB value is (77,159,190). Sum of RGB (Red+Green+Blue) = 77+159+190=426 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.08% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D9FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FBE is #B26041. Grayscale: #898989. Windows color (decimal): -11690050 or 12492621. OLE color: 12492621.

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

Color convert

RGB77159190-
CMYK0.590.1600.25
HSL196.46º46.5%52.35%-
HSV(B)196.46º59.47%74.51%-
XYZ24.7530.0953.22-
YUV138.02157.3384.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.08%
GREEN value IS 159 (62.5% from 255) = 37.32%
BLUE value IS 190 (74.61% from 255) = 44.60%
R=18.08%
G=37.32%
B=44.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771591900.590.1600.25196.4646.552.35
Hex4D9FBE3B10019c42f34
Octal11523727673200313045764
Binary100110110011111101111101110111000001100111000100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,159,190); }

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

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

 a { background-color: rgb(77,159,190); }

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

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

 span { border-color: rgb(77,159,190); }

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