#4E878A

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

Shades of Paradiso #4E878A

Tints of Paradiso #4E878A

Color information

#4E878A (or 0x4E878A) is unknown color: approx Paradiso. HEX triplet: 4E, 87 and 8A. RGB value is (78,135,138). Sum of RGB (Red+Green+Blue) = 78+135+138=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E878A is #B17875. Grayscale: #767676. Windows color (decimal): -11630710 or 9078606. OLE color: 9078606.

HSL color Cylindrical-coordinate representation of color #4E878A: hue angle of 183º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E878A is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB78135138-
CMYK0.430.0200.46
HSL183º27.78%42.35%-
HSV(B)183º43.48%54.12%-
XYZ16.3920.7827.19-
YUV118.3139.1299.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.22%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 138 (54.30% from 255) = 39.32%
R=22.22%
G=38.46%
B=39.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal781351380.430.0200.4618327.7842.35
Hex4E878A2B202Eb71c2a
Octal1162072125320562673452
Binary100111010000111100010101010111001011101011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,135,138); }

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

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

 a { background-color: rgb(78,135,138); }

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

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

 span { border-color: rgb(78,135,138); }

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