#4E8485

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

Shades of Paradiso #4E8485

Tints of Paradiso #4E8485

Color information

#4E8485 (or 0x4E8485) is unknown color: approx Paradiso. HEX triplet: 4E, 84 and 85. RGB value is (78,132,133). Sum of RGB (Red+Green+Blue) = 78+132+133=343 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.74% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E8485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8485 is #B17B7A. Grayscale: #737373. Windows color (decimal): -11631483 or 8750158. OLE color: 8750158.

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

Color convert

RGB78132133-
CMYK0.410.0100.48
HSL181.09º26.07%41.37%-
HSV(B)181.09º41.35%52.16%-
XYZ15.6319.8225.19-
YUV115.97137.61100.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.74%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=22.74%
G=38.48%
B=38.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal781321330.410.0100.48181.0926.0741.37
Hex4E8485291030b51a29
Octal1162042055110602653251
Binary10011101000010010000101101001101100001011010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,132,133); }

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

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

 a { background-color: rgb(78,132,133); }

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

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

 span { border-color: rgb(78,132,133); }

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