#4D7E84

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

Shades of Paradiso #4D7E84

Tints of Paradiso #4D7E84

Color information

#4D7E84 (or 0x4D7E84) is unknown color: approx Paradiso. HEX triplet: 4D, 7E and 84. RGB value is (77,126,132). Sum of RGB (Red+Green+Blue) = 77+126+132=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D7E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7E84 is #B2817B. Grayscale: #6F6F6F. Windows color (decimal): -11698556 or 8683085. OLE color: 8683085.

HSL color Cylindrical-coordinate representation of color #4D7E84: hue angle of 186.55º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D7E84 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB77126132-
CMYK0.420.0500.48
HSL186.55º26.32%40.98%-
HSV(B)186.55º41.67%51.76%-
XYZ14.6918.1724.56-
YUV112.03139.27103.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.99%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=22.99%
G=37.61%
B=39.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771261320.420.0500.48186.5526.3240.98
Hex4D7E842A5030bb1a29
Octal1151762045250602733251
Binary100110111111101000010010101010101100001011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,126,132); }

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

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

 a { background-color: rgb(77,126,132); }

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

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

 span { border-color: rgb(77,126,132); }

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