#4E7C81

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

Shades of Paradiso #4E7C81

Tints of Paradiso #4E7C81

Color information

#4E7C81 (or 0x4E7C81) is unknown color: approx Paradiso. HEX triplet: 4E, 7C and 81. RGB value is (78,124,129). Sum of RGB (Red+Green+Blue) = 78+124+129=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E7C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7C81 is #B1837E. Grayscale: #6E6E6E. Windows color (decimal): -11633535 or 8485966. OLE color: 8485966.

HSL color Cylindrical-coordinate representation of color #4E7C81: hue angle of 185.88º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E7C81 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78124129-
CMYK0.400.0400.49
HSL185.88º24.64%40.59%-
HSV(B)185.88º39.53%50.59%-
XYZ14.3117.6223.42-
YUV110.82138.26104.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.56%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 129 (50.78% from 255) = 38.97%
R=23.56%
G=37.46%
B=38.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781241290.400.0400.49185.8824.6440.59
Hex4E7C81284031ba1929
Octal1161742015040612723151
Binary100111011111001000000110100010001100011011101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,124,129); }

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

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

 a { background-color: rgb(78,124,129); }

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

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

 span { border-color: rgb(78,124,129); }

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