#4D99BE

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

Shades of Shakespeare #4D99BE

Tints of Shakespeare #4D99BE

Color information

#4D99BE (or 0x4D99BE) is unknown color: approx Shakespeare. HEX triplet: 4D, 99 and BE. RGB value is (77,153,190). Sum of RGB (Red+Green+Blue) = 77+153+190=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D99BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D99BE is #B26641. Grayscale: #868686. Windows color (decimal): -11691586 or 12491085. OLE color: 12491085.

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

Color convert

RGB77153190-
CMYK0.590.1900.25
HSL199.65º46.5%52.35%-
HSV(B)199.65º59.47%74.51%-
XYZ23.7528.0852.88-
YUV134.49159.3286.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.33%
GREEN value IS 153 (60.16% from 255) = 36.43%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=18.33%
G=36.43%
B=45.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771531900.590.1900.25199.6546.552.35
Hex4D99BE3B13019c82f34
Octal11523127673230313105764
Binary100110110011001101111101110111001101100111001000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D99BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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