#478588

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

Shades of Paradiso #478588

Tints of Paradiso #478588

Color information

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

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

Color convert

RGB71133136-
CMYK0.480.0200.47
HSL182.77º31.4%40.59%-
HSV(B)182.77º47.79%53.33%-
XYZ15.4319.8926.32-
YUV114.8139.9696.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711331360.480.0200.47182.7731.440.59
Hex47858830202Fb71f29
Octal1072052106020572673751
Binary100011110000101100010001100001001011111011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478588; }

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

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

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

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

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

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

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

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