#488384

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

Shades of Paradiso #488384

Tints of Paradiso #488384

Color information

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

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

Color convert

RGB72131132-
CMYK0.450.0100.48
HSL181º29.41%40%-
HSV(B)181º45.45%51.76%-
XYZ14.9519.2824.76-
YUV113.47138.4598.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721311320.450.0100.4818129.4140
Hex4883842D1030b51d28
Octal1102032045510602653550
Binary10010001000001110000100101101101100001011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488384; }

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

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

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

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

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

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

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

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