#478082

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

Shades of Paradiso #478082

Tints of Paradiso #478082

Color information

#478082 (or 0x478082) is unknown color: approx Paradiso. HEX triplet: 47, 80 and 82. RGB value is (71,128,130). Sum of RGB (Red+Green+Blue) = 71+128+130=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #478082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478082 is #B87F7D. Grayscale: #6F6F6F. Windows color (decimal): -12091262 or 8552519. OLE color: 8552519.

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

Color convert

RGB71128130-
CMYK0.450.0200.49
HSL182.03º29.35%39.41%-
HSV(B)182.03º45.38%50.98%-
XYZ14.3518.3923.91-
YUV111.18138.6299.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=21.58%
G=38.91%
B=39.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711281300.450.0200.49182.0329.3539.41
Hex4780822D2031b61d27
Octal1072002025520612663547
Binary100011110000000100000101011011001100011011011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478082; }

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

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

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

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

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

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

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

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