#4D93BE

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

Shades of Shakespeare #4D93BE

Tints of Shakespeare #4D93BE

Color information

#4D93BE (or 0x4D93BE) is unknown color: approx Shakespeare. HEX triplet: 4D, 93 and BE. RGB value is (77,147,190). Sum of RGB (Red+Green+Blue) = 77+147+190=414 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.60% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D93BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D93BE is #B26C41. Grayscale: #828282. Windows color (decimal): -11693122 or 12489549. OLE color: 12489549.

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

Color convert

RGB77147190-
CMYK0.590.2300.25
HSL202.83º46.5%52.35%-
HSV(B)202.83º59.47%74.51%-
XYZ22.7926.1652.56-
YUV130.97161.3189.5-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.60%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 190 (74.61% from 255) = 45.89%
R=18.60%
G=35.51%
B=45.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771471900.590.2300.25202.8346.552.35
Hex4D93BE3B17019cb2f34
Octal11522327673270313135764
Binary100110110010011101111101110111011101100111001011101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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