#4DA1B5

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

Shades of Shakespeare #4DA1B5

Tints of Shakespeare #4DA1B5

Color information

#4DA1B5 (or 0x4DA1B5) is unknown color: approx Shakespeare. HEX triplet: 4D, A1 and B5. RGB value is (77,161,181). Sum of RGB (Red+Green+Blue) = 77+161+181=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #4DA1B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4DA1B5 is #B25E4A. Grayscale: #8A8A8A. Windows color (decimal): -11689547 or 11903309. OLE color: 11903309.

HSL color Cylindrical-coordinate representation of color #4DA1B5: hue angle of 191.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DA1B5 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB77161181-
CMYK0.570.1100.29
HSL191.54º41.27%50.59%-
HSV(B)191.54º57.46%70.98%-
XYZ24.1530.448.31-
YUV138.16152.1784.37-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.38%
GREEN value IS 161 (63.28% from 255) = 38.42%
BLUE value IS 181 (71.09% from 255) = 43.20%
R=18.38%
G=38.42%
B=43.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal771611810.570.1100.29191.5441.2750.59
Hex4DA1B539B01Dc02933
Octal11524126571130353005163
Binary10011011010000110110101111001101101110111000000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,181); }

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

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

 a { background-color: rgb(77,161,181); }

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

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

 span { border-color: rgb(77,161,181); }

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