#4C8385

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

Shades of Paradiso #4C8385

Tints of Paradiso #4C8385

Color information

#4C8385 (or 0x4C8385) is unknown color: approx Paradiso. HEX triplet: 4C, 83 and 85. RGB value is (76,131,133). Sum of RGB (Red+Green+Blue) = 76+131+133=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C8385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8385 is #B37C7A. Grayscale: #727272. Windows color (decimal): -11762811 or 8749900. OLE color: 8749900.

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

Color convert

RGB76131133-
CMYK0.430.0200.48
HSL182.11º27.27%40.98%-
HSV(B)182.11º42.86%52.16%-
XYZ15.3319.4625.14-
YUV114.78138.28100.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.35%
GREEN value IS 131 (51.56% from 255) = 38.53%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=22.35%
G=38.53%
B=39.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761311330.430.0200.48182.1127.2740.98
Hex4C83852B2030b61b29
Octal1142032055320602663351
Binary100110010000011100001011010111001100001011011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,131,133); }

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

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

 a { background-color: rgb(76,131,133); }

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

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

 span { border-color: rgb(76,131,133); }

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