#4C848E

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

Shades of Paradiso #4C848E

Tints of Paradiso #4C848E

Color information

#4C848E (or 0x4C848E) is unknown color: approx Paradiso. HEX triplet: 4C, 84 and 8E. RGB value is (76,132,142). Sum of RGB (Red+Green+Blue) = 76+132+142=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 132 (51.95% from 255 or 37.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C848E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C848E is #B37B71. Grayscale: #747474. Windows color (decimal): -11762546 or 9339980. OLE color: 9339980.

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

Color convert

RGB76132142-
CMYK0.460.0700.44
HSL189.09º30.28%42.75%-
HSV(B)189.09º46.48%55.69%-
XYZ16.1119.9928.6-
YUV116.4142.4599.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.71%
GREEN value IS 132 (51.95% from 255) = 37.71%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=21.71%
G=37.71%
B=40.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761321420.460.0700.44189.0930.2842.75
Hex4C848E2E702Cbd1e2b
Octal1142042165670542753653
Binary1001100100001001000111010111011101011001011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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