#4D9DBF

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

Shades of Shakespeare #4D9DBF

Tints of Shakespeare #4D9DBF

Color information

#4D9DBF (or 0x4D9DBF) is unknown color: approx Shakespeare. HEX triplet: 4D, 9D and BF. RGB value is (77,157,191). Sum of RGB (Red+Green+Blue) = 77+157+191=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D9DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DBF is #B26240. Grayscale: #888888. Windows color (decimal): -11690561 or 12557645. OLE color: 12557645.

HSL color Cylindrical-coordinate representation of color #4D9DBF: hue angle of 197.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D9DBF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77157191-
CMYK0.600.1800.25
HSL197.89º47.11%52.55%-
HSV(B)197.89º59.69%74.9%-
XYZ24.5229.4553.68-
YUV136.96158.585.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.12%
GREEN value IS 157 (61.72% from 255) = 36.94%
BLUE value IS 191 (75% from 255) = 44.94%
R=18.12%
G=36.94%
B=44.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771571910.600.1800.25197.8947.1152.55
Hex4D9DBF3C12019c62f35
Octal11523527774220313065765
Binary100110110011101101111111111001001001100111000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,157,191); }

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

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

 a { background-color: rgb(77,157,191); }

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

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

 span { border-color: rgb(77,157,191); }

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