#4C8583

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

Shades of Paradiso #4C8583

Tints of Paradiso #4C8583

Color information

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

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

Color convert

RGB76133131-
CMYK0.4300.020.48
HSL177.89º27.27%40.98%-
HSV(B)177.89º42.86%52.16%-
XYZ15.4619.9524.51-
YUV115.73136.6299.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761331310.4300.020.48177.8927.2740.98
Hex4C85832B0230b21b29
Octal1142052035302602623351
Binary100110010000101100000111010110101100001011001011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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