Html Css Color HEX #477A5E Como

📋 copy color: '#477A5E'

red 71 ◦ green 122 ◦ blue 94

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

Shades of Como #477A5E

Tints of Como #477A5E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.51%

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 24.74%
G = 42.51%
B = 32.75%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#477A5E (or 0x477A5E) is known color: Como. HEX triplet: 47, 7A and 5E. RGB value is (71,122,94). Sum of RGB (Red+Green+Blue) = 71+122+94=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 122 (48.05% from 255 or 42.51% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 122 - color contains mainly: green. Hex color #477A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477A5E is #B885A1. Grayscale: #676767. Windows color (decimal): -12092834 or 6191687. OLE color: 6191687.

HSL color Cylindrical-coordinate representation of color #477A5E: hue angle of 147.06º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477A5E is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 122 94 -
CMYK 0.42 0 0.23 0.52
HSL 147.06º 0.26% 0.38% -
HSV(B) 147.06º 0.42% 0.48% -
XYZ 11.58 16.07 13.08 -
YUV 103.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 71 122 94 0.42 0 0.23 0.52 147.06 0.26 0.38
Hex 47 7A 5E 2A 0 17 34 93 1A 26
Octal 107 172 136 52 0 27 64 223 32 46
Binary 1000111 1111010 1011110 101010 0 10111 110100 10010011 11010 100110

Color Harmonies of #477A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477A5E

Black with #477A5E

Text Example


Text Example

White with #477A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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