#488584

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

Shades of Paradiso #488584

Tints of Paradiso #488584

Color information

#488584 (or 0x488584) is unknown color: approx Paradiso. HEX triplet: 48, 85 and 84. RGB value is (72,133,132). Sum of RGB (Red+Green+Blue) = 72+133+132=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #488584 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488584 is #B77A7B. Grayscale: #727272. Windows color (decimal): -12024444 or 8684872. OLE color: 8684872.

HSL color Cylindrical-coordinate representation of color #488584: hue angle of 179.02º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488584 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB72133132-
CMYK0.4600.010.48
HSL179.02º29.76%40.2%-
HSV(B)179.02º45.86%52.16%-
XYZ15.2219.8224.85-
YUV114.65137.7997.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.36%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=21.36%
G=39.47%
B=39.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331320.4600.010.48179.0229.7640.2
Hex4885842E0130b31e28
Octal1102052045601602633650
Binary10010001000010110000100101110011100001011001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488584; }

 p { color: rgb(72,133,132); }

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

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

 a { background-color: rgb(72,133,132); }

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

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

 span { border-color: rgb(72,133,132); }

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