#488182

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

Shades of Paradiso #488182

Tints of Paradiso #488182

Color information

#488182 (or 0x488182) is unknown color: approx Paradiso. HEX triplet: 48, 81 and 82. RGB value is (72,129,130). Sum of RGB (Red+Green+Blue) = 72+129+130=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #488182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488182 is #B77E7D. Grayscale: #707070. Windows color (decimal): -12025470 or 8552776. OLE color: 8552776.

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

Color convert

RGB72129130-
CMYK0.450.0100.49
HSL181.03º28.71%39.61%-
HSV(B)181.03º44.62%50.98%-
XYZ14.5518.6923.96-
YUV112.07138.1299.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.75%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=21.75%
G=38.97%
B=39.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721291300.450.0100.49181.0328.7139.61
Hex4881822D1031b51d28
Octal1102012025510612653550
Binary10010001000000110000010101101101100011011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488182; }

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

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

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

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

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

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

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

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