#477A7E

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

Shades of Paradiso #477A7E

Tints of Paradiso #477A7E

Color information

#477A7E (or 0x477A7E) is unknown color: approx Paradiso. HEX triplet: 47, 7A and 7E. RGB value is (71,122,126). Sum of RGB (Red+Green+Blue) = 71+122+126=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 126 - color contains mainly: blue. Hex color #477A7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A7E is #B88581. Grayscale: #6B6B6B. Windows color (decimal): -12092802 or 8288839. OLE color: 8288839.

HSL color Cylindrical-coordinate representation of color #477A7E: hue angle of 184.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #477A7E is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB71122126-
CMYK0.440.0300.51
HSL184.36º27.92%38.63%-
HSV(B)184.36º43.65%49.41%-
XYZ13.3216.7722.27-
YUV107.21138.6102.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=22.26%
G=38.24%
B=39.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711221260.440.0300.51184.3627.9238.63
Hex477A7E2C3033b81c27
Octal1071721765430632703447
Binary1000111111101011111101011001101100111011100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,122,126); }

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

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

 a { background-color: rgb(71,122,126); }

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

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

 span { border-color: rgb(71,122,126); }

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