Html Css Color HEX #477B5B Como

📋 copy color: '#477B5B'

red 71 ◦ green 123 ◦ blue 91

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

Shades of Como #477B5B

Tints of Como #477B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.16%

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 24.91%
G = 43.16%
B = 31.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#477B5B (or 0x477B5B) is known color: Como. HEX triplet: 47, 7B and 5B. RGB value is (71,123,91). Sum of RGB (Red+Green+Blue) = 71+123+91=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #477B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B5B is #B884A4. Grayscale: #676767. Windows color (decimal): -12092581 or 5995335. OLE color: 5995335.

HSL color Cylindrical-coordinate representation of color #477B5B: hue angle of 143.08º degrees, saturation: 0.27, 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 #477B5B is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 123 91 -
CMYK 0.42 0 0.26 0.52
HSL 143.08º 0.27% 0.38% -
HSV(B) 143.08º 0.42% 0.48% -
XYZ 11.57 16.26 12.43 -
YUV 103.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 71 123 91 0.42 0 0.26 0.52 143.08 0.27 0.38
Hex 47 7B 5B 2A 0 1A 34 8F 1B 26
Octal 107 173 133 52 0 32 64 217 33 46
Binary 1000111 1111011 1011011 101010 0 11010 110100 10001111 11011 100110

Color Harmonies of #477B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B5B

Black with #477B5B

Text Example


Text Example

White with #477B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,123,91); }

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

background-color css

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

 a { background-color: rgb(71,123,91); }

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

border-color css

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

 span { border-color: rgb(71,123,91); }

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