#488483

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

Shades of Paradiso #488483

Tints of Paradiso #488483

Color information

#488483 (or 0x488483) is unknown color: approx Paradiso. HEX triplet: 48, 84 and 83. RGB value is (72,132,131). Sum of RGB (Red+Green+Blue) = 72+132+131=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #488483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488483 is #B77B7C. Grayscale: #717171. Windows color (decimal): -12024701 or 8619080. OLE color: 8619080.

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

Color convert

RGB72132131-
CMYK0.4500.010.48
HSL179º29.41%40%-
HSV(B)179º45.45%51.76%-
XYZ15.0219.5224.45-
YUV113.95137.6298.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.49%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 131 (51.56% from 255) = 39.10%
R=21.49%
G=39.40%
B=39.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321310.4500.010.4817929.4140
Hex4884832D0130b31d28
Octal1102042035501602633550
Binary10010001000010010000011101101011100001011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488483; }

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

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

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

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

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

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

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

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