Html Css Color HEX #476F5B Como

📋 copy color: '#476F5B'

red 71 ◦ green 111 ◦ blue 91

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

Shades of Como #476F5B

Tints of Como #476F5B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 40.66%

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

R = 26.01%
G = 40.66%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#476F5B (or 0x476F5B) is known color: Como. HEX triplet: 47, 6F and 5B. RGB value is (71,111,91). Sum of RGB (Red+Green+Blue) = 71+111+91=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 111 - color contains mainly: green. Hex color #476F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F5B is #B890A4. Grayscale: #606060. Windows color (decimal): -12095653 or 5992263. OLE color: 5992263.

HSL color Cylindrical-coordinate representation of color #476F5B: hue angle of 150º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F5B is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 91 -
CMYK 0.36 0 0.18 0.56
HSL 150º 0.22% 0.36% -
HSV(B) 150º 0.36% 0.44% -
XYZ 10.17 13.46 11.96 -
YUV 96.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 71 111 91 0.36 0 0.18 0.56 150 0.22 0.36
Hex 47 6F 5B 24 0 12 38 96 16 24
Octal 107 157 133 44 0 22 70 226 26 44
Binary 1000111 1101111 1011011 100100 0 10010 111000 10010110 10110 100100

Color Harmonies of #476F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F5B

Black with #476F5B

Text Example


Text Example

White with #476F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476F5B; }

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

 H1.HeaderClassName
 {
   color: #476F5B;
 }
 .AnyTagClassName
 {
   color: #476F5B;
 }
</style>

background-color css

<style>
 a { background-color: #476F5B; }

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

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

border-color css

<style>
 span { border-color: #476F5B; }

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

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