#478885

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

Shades of Paradiso #478885

Tints of Paradiso #478885

Color information

#478885 (or 0x478885) is unknown color: approx Paradiso. HEX triplet: 47, 88 and 85. RGB value is (71,136,133). Sum of RGB (Red+Green+Blue) = 71+136+133=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #478885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478885 is #B8777A. Grayscale: #747474. Windows color (decimal): -12089211 or 8751175. OLE color: 8751175.

HSL color Cylindrical-coordinate representation of color #478885: hue angle of 177.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478885 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB71136133-
CMYK0.4800.020.47
HSL177.23º31.4%40.59%-
HSV(B)177.23º47.79%53.33%-
XYZ15.6420.6425.35-
YUV116.22137.4795.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.88%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=20.88%
G=40%
B=39.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711361330.4800.020.47177.2331.440.59
Hex47888530022Fb11f29
Octal1072102056002572613751
Binary100011110001000100001011100000101011111011000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478885; }

 p { color: rgb(71,136,133); }

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

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

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

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

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

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

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