Html Css Color HEX #477E5A Como

📋 copy color: '#477E5A'

red 71 ◦ green 126 ◦ blue 90

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

Shades of Como #477E5A

Tints of Como #477E5A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.9%

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 24.74%
G = 43.9%
B = 31.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#477E5A (or 0x477E5A) is known color: Como. HEX triplet: 47, 7E and 5A. RGB value is (71,126,90). Sum of RGB (Red+Green+Blue) = 71+126+90=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 126 - color contains mainly: green. Hex color #477E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477E5A is #B881A5. Grayscale: #696969. Windows color (decimal): -12091814 or 5930567. OLE color: 5930567.

HSL color Cylindrical-coordinate representation of color #477E5A: hue angle of 140.73º 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 #477E5A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 126 90 -
CMYK 0.44 0 0.29 0.51
HSL 140.73º 0.28% 0.39% -
HSV(B) 140.73º 0.44% 0.49% -
XYZ 11.9 17 12.33 -
YUV 105.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 71 126 90 0.44 0 0.29 0.51 140.73 0.28 0.39
Hex 47 7E 5A 2C 0 1D 33 8D 1C 27
Octal 107 176 132 54 0 35 63 215 34 47
Binary 1000111 1111110 1011010 101100 0 11101 110011 10001101 11100 100111

Color Harmonies of #477E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477E5A

Black with #477E5A

Text Example


Text Example

White with #477E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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