#478282

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

Shades of Paradiso #478282

Tints of Paradiso #478282

Color information

#478282 (or 0x478282) is unknown color: approx Paradiso. HEX triplet: 47, 82 and 82. RGB value is (71,130,130). Sum of RGB (Red+Green+Blue) = 71+130+130=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #478282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478282 is #B87D7D. Grayscale: #707070. Windows color (decimal): -12090750 or 8553031. OLE color: 8553031.

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

Color convert

RGB71130130-
CMYK0.45000.49
HSL180º29.35%39.41%-
HSV(B)180º45.38%50.98%-
XYZ14.6118.9224-
YUV112.36137.9598.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.45%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=21.45%
G=39.27%
B=39.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301300.45000.4918029.3539.41
Hex4782822D0031b41d27
Octal1072022025500612643547
Binary10001111000001010000010101101001100011011010011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478282; }

 p { color: rgb(71,130,130); }

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

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

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

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

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

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

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