#4d9dbd

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

Shades of Shakespeare #4D9DBD

Tints of Shakespeare #4D9DBD

Color information

#4D9DBD (or 0x4D9DBD) is unknown color: approx Shakespeare. HEX triplet: 4D, 9D and BD. RGB value is (77,157,189). Sum of RGB (Red+Green+Blue) = 77+157+189=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D9DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9DBD is #B26242. Grayscale: #888888. Windows color (decimal): -11690563 or 12426573. OLE color: 12426573.

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

Color convert

RGB77157189-
CMYK0.590.1700.26
HSL197.14º45.9%52.16%-
HSV(B)197.14º59.26%74.12%-
XYZ24.329.3752.53-
YUV136.73157.585.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.20%
GREEN value IS 157 (61.72% from 255) = 37.12%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=18.20%
G=37.12%
B=44.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal771571890.590.1700.26197.1445.952.16
Hex4D9DBD3B1101Ac52e34
Octal11523527573210323055664
Binary100110110011101101111011110111000101101011000101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d9dbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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