#4C828D

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

Shades of Paradiso #4C828D

Tints of Paradiso #4C828D

Color information

#4C828D (or 0x4C828D) is unknown color: approx Paradiso. HEX triplet: 4C, 82 and 8D. RGB value is (76,130,141). Sum of RGB (Red+Green+Blue) = 76+130+141=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C828D is #B37D72. Grayscale: #737373. Windows color (decimal): -11763059 or 9273932. OLE color: 9273932.

HSL color Cylindrical-coordinate representation of color #4C828D: hue angle of 190.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C828D is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB76130141-
CMYK0.460.0800.45
HSL190.15º29.95%42.55%-
HSV(B)190.15º46.1%55.29%-
XYZ15.7719.4228.12-
YUV115.11142.61100.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=21.90%
G=37.46%
B=40.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761301410.460.0800.45190.1529.9542.55
Hex4C828D2E802Dbe1e2b
Octal11420221556100552763653
Binary10011001000001010001101101110100001011011011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,130,141); }

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

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

 a { background-color: rgb(76,130,141); }

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

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

 span { border-color: rgb(76,130,141); }

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