#488582

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

Shades of Paradiso #488582

Tints of Paradiso #488582

Color information

#488582 (or 0x488582) is unknown color: approx Paradiso. HEX triplet: 48, 85 and 82. RGB value is (72,133,130). Sum of RGB (Red+Green+Blue) = 72+133+130=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #488582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488582 is #B77A7D. Grayscale: #727272. Windows color (decimal): -12024446 or 8553800. OLE color: 8553800.

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

Color convert

RGB72133130-
CMYK0.4600.020.48
HSL177.05º29.76%40.2%-
HSV(B)177.05º45.86%52.16%-
XYZ15.0919.7624.14-
YUV114.42136.7997.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=21.49%
G=39.70%
B=38.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331300.4600.020.48177.0529.7640.2
Hex4885822E0230b11e28
Octal1102052025602602613650
Binary100100010000101100000101011100101100001011000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488582; }

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

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

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

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

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

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

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

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