#477881

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

Shades of Paradiso #477881

Tints of Paradiso #477881

Color information

#477881 (or 0x477881) is unknown color: approx Paradiso. HEX triplet: 47, 78 and 81. RGB value is (71,120,129). Sum of RGB (Red+Green+Blue) = 71+120+129=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #477881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477881 is #B8877E. Grayscale: #6A6A6A. Windows color (decimal): -12093311 or 8484935. OLE color: 8484935.

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

Color convert

RGB71120129-
CMYK0.450.0700.49
HSL189.31º29%39.22%-
HSV(B)189.31º44.96%50.59%-
XYZ13.2816.3623.23-
YUV106.38140.77102.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 120 (47.27% from 255) = 37.5%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=22.19%
G=37.5%
B=40.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711201290.450.0700.49189.312939.22
Hex4778812D7031bd1d27
Octal1071702015570612753547
Binary100011111110001000000110110111101100011011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477881; }

 p { color: rgb(71,120,129); }

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

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

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

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

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

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

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