#488484

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

Shades of Paradiso #488484

Tints of Paradiso #488484

Color information

#488484 (or 0x488484) is unknown color: approx Paradiso. HEX triplet: 48, 84 and 84. RGB value is (72,132,132). Sum of RGB (Red+Green+Blue) = 72+132+132=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #488484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488484 is #B77B7B. Grayscale: #717171. Windows color (decimal): -12024700 or 8684616. OLE color: 8684616.

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

Color convert

RGB72132132-
CMYK0.45000.48
HSL180º29.41%40%-
HSV(B)180º45.45%51.76%-
XYZ15.0919.5524.81-
YUV114.06138.1298-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.43%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=21.43%
G=39.29%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721321320.45000.4818029.4140
Hex4884842D0030b41d28
Octal1102042045500602643550
Binary10010001000010010000100101101001100001011010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488484; }

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

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

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

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

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

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

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

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