Html Css Color HEX #477C5A Como

📋 copy color: '#477C5A'

red 71 ◦ green 124 ◦ blue 90

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

Shades of Como #477C5A

Tints of Como #477C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.51%

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

R = 24.91%
G = 43.51%
B = 31.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#477C5A (or 0x477C5A) is known color: Como. HEX triplet: 47, 7C and 5A. RGB value is (71,124,90). Sum of RGB (Red+Green+Blue) = 71+124+90=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 124 - color contains mainly: green. Hex color #477C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C5A is #B883A5. Grayscale: #686868. Windows color (decimal): -12092326 or 5930055. OLE color: 5930055.

HSL color Cylindrical-coordinate representation of color #477C5A: hue angle of 141.51º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C5A is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 90 -
CMYK 0.43 0 0.27 0.51
HSL 141.51º 0.27% 0.38% -
HSV(B) 141.51º 0.43% 0.49% -
XYZ 11.65 16.49 12.24 -
YUV 104.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 71 124 90 0.43 0 0.27 0.51 141.51 0.27 0.38
Hex 47 7C 5A 2B 0 1B 33 8E 1B 26
Octal 107 174 132 53 0 33 63 216 33 46
Binary 1000111 1111100 1011010 101011 0 11011 110011 10001110 11011 100110

Color Harmonies of #477C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C5A

Black with #477C5A

Text Example


Text Example

White with #477C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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