#488283

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

Shades of Paradiso #488283

Tints of Paradiso #488283

Color information

#488283 (or 0x488283) is unknown color: approx Paradiso. HEX triplet: 48, 82 and 83. RGB value is (72,130,131). Sum of RGB (Red+Green+Blue) = 72+130+131=333 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.62% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 131 - color contains mainly: blue. Hex color #488283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488283 is #B77D7C. Grayscale: #707070. Windows color (decimal): -12025213 or 8618568. OLE color: 8618568.

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

Color convert

RGB72130131-
CMYK0.450.0100.49
HSL181.02º29.06%39.8%-
HSV(B)181.02º45.04%51.37%-
XYZ14.7518.9824.36-
YUV112.77138.2898.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.62%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 131 (51.56% from 255) = 39.34%
R=21.62%
G=39.04%
B=39.34%

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
Decimal721301310.450.0100.49181.0229.0639.8
Hex4882832D1031b51d28
Octal1102022035510612653550
Binary10010001000001010000011101101101100011011010111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488283; }

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

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

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

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

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

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

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

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