#478184

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

Shades of Paradiso #478184

Tints of Paradiso #478184

Color information

#478184 (or 0x478184) is unknown color: approx Paradiso. HEX triplet: 47, 81 and 84. RGB value is (71,129,132). Sum of RGB (Red+Green+Blue) = 71+129+132=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #478184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478184 is #B87E7B. Grayscale: #6F6F6F. Windows color (decimal): -12091004 or 8683847. OLE color: 8683847.

HSL color Cylindrical-coordinate representation of color #478184: hue angle of 182.95º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478184 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71129132-
CMYK0.460.0200.48
HSL182.95º30.05%39.8%-
HSV(B)182.95º46.21%51.76%-
XYZ14.6118.7124.67-
YUV112139.2898.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=21.39%
G=38.86%
B=39.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711291320.460.0200.48182.9530.0539.8
Hex4781842E2030b71e28
Octal1072012045620602673650
Binary100011110000001100001001011101001100001011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478184; }

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

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

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

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

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

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

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

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