#477B84

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

Shades of Paradiso #477B84

Tints of Paradiso #477B84

Color information

#477B84 (or 0x477B84) is unknown color: approx Paradiso. HEX triplet: 47, 7B and 84. RGB value is (71,123,132). Sum of RGB (Red+Green+Blue) = 71+123+132=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #477B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477B84 is #B8847B. Grayscale: #6C6C6C. Windows color (decimal): -12092540 or 8682311. OLE color: 8682311.

HSL color Cylindrical-coordinate representation of color #477B84: hue angle of 188.85º 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 #477B84 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB71123132-
CMYK0.460.0700.48
HSL188.85º30.05%39.8%-
HSV(B)188.85º46.21%51.76%-
XYZ13.8517.1724.41-
YUV108.48141.27101.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 123 (48.44% from 255) = 37.73%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=21.78%
G=37.73%
B=40.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal711231320.460.0700.48188.8530.0539.8
Hex477B842E7030bd1e28
Octal1071732045670602753650
Binary100011111110111000010010111011101100001011110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477B84; }

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

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

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

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

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

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

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

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