#4E868A

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

Shades of Paradiso #4E868A

Tints of Paradiso #4E868A

Color information

#4E868A (or 0x4E868A) is unknown color: approx Paradiso. HEX triplet: 4E, 86 and 8A. RGB value is (78,134,138). Sum of RGB (Red+Green+Blue) = 78+134+138=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E868A is #B17975. Grayscale: #757575. Windows color (decimal): -11630966 or 9078350. OLE color: 9078350.

HSL color Cylindrical-coordinate representation of color #4E868A: hue angle of 184º 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 #4E868A is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB78134138-
CMYK0.430.0300.46
HSL184º27.78%42.35%-
HSV(B)184º43.48%54.12%-
XYZ16.2520.527.15-
YUV117.71139.4599.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.29%
GREEN value IS 134 (52.73% from 255) = 38.29%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=22.29%
G=38.29%
B=39.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal781341380.430.0300.4618427.7842.35
Hex4E868A2B302Eb81c2a
Octal1162062125330562703452
Binary100111010000110100010101010111101011101011100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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