Html Css Color HEX #477F7D Paradiso

📋 copy color: '#477F7D'

red 71 ◦ green 127 ◦ blue 125

#477F7D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #477F7D

Tints of Paradiso #477F7D

RGB

 RED value IS 71 (28.13% from 255) = 21.98%

 GREEN value IS 127 (50% from 255) = 39.32%

 BLUE value IS 125 (49.22% from 255) = 38.7%

R = 21.98%
G = 39.32%
B = 38.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#477F7D (or 0x477F7D) is known color: Paradiso. HEX triplet: 47, 7F and 7D. RGB value is (71,127,125). Sum of RGB (Red+Green+Blue) = 71+127+125=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 127 - color contains mainly: green. Hex color #477F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F7D is #B88082. Grayscale: #6D6D6D. Windows color (decimal): -12091523 or 8224583. OLE color: 8224583.

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

Color convert

RGB 71 127 125 -
CMYK 0.44 0 0.02 0.50
HSL 177.86º 0.28% 0.39% -
HSV(B) 177.86º 0.44% 0.5% -
XYZ 13.89 18 22.14 -
YUV 110.03 136.45 100.16 -
System Red Green Blue C M Y K H S L
Decimal 71 127 125 0.44 0 0.02 0.50 177.86 0.28 0.39
Hex 47 7F 7D 2C 0 2 32 B2 1C 27
Octal 107 177 175 54 0 2 62 262 34 47
Binary 1000111 1111111 1111101 101100 0 10 110010 10110010 11100 100111

Color Harmonies of #477F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477F7D

Black with #477F7D

Text Example


Text Example

White with #477F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,127,125); }

 H1.HeaderClassName
 {
   color: #477F7D;
 }
 .AnyTagClassName
 {
   color: #477F7D;
 }
</style>

background-color css

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

 a { background-color: rgb(71,127,125); }

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

border-color css

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

 span { border-color: rgb(71,127,125); }

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