#4C8084

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

Shades of Paradiso #4C8084

Tints of Paradiso #4C8084

Color information

#4C8084 (or 0x4C8084) is unknown color: approx Paradiso. HEX triplet: 4C, 80 and 84. RGB value is (76,128,132). Sum of RGB (Red+Green+Blue) = 76+128+132=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C8084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8084 is #B37F7B. Grayscale: #707070. Windows color (decimal): -11763580 or 8683596. OLE color: 8683596.

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

Color convert

RGB76128132-
CMYK0.420.0300.48
HSL184.29º26.92%40.78%-
HSV(B)184.29º42.42%51.76%-
XYZ14.8618.6424.64-
YUV112.91138.77101.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.62%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=22.62%
G=38.10%
B=39.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761281320.420.0300.48184.2926.9240.78
Hex4C80842A3030b81b29
Octal1142002045230602703351
Binary100110010000000100001001010101101100001011100011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,128,132); }

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

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

 a { background-color: rgb(76,128,132); }

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

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

 span { border-color: rgb(76,128,132); }

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