Html Css Color HEX #476F58 Como

📋 copy color: '#476F58'

red 71 ◦ green 111 ◦ blue 88

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

Shades of Como #476F58

Tints of Como #476F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 26.3%
G = 41.11%
B = 32.59%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#476F58 (or 0x476F58) is known color: Como. HEX triplet: 47, 6F and 58. RGB value is (71,111,88). Sum of RGB (Red+Green+Blue) = 71+111+88=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #476F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F58 is #B890A7. Grayscale: #606060. Windows color (decimal): -12095656 or 5795655. OLE color: 5795655.

HSL color Cylindrical-coordinate representation of color #476F58: hue angle of 145.5º 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 #476F58 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 88 -
CMYK 0.36 0 0.21 0.56
HSL 145.5º 0.22% 0.36% -
HSV(B) 145.5º 0.36% 0.44% -
XYZ 10.04 13.41 11.29 -
YUV 96.42 123.25 109.87 -
System Red Green Blue C M Y K H S L
Decimal 71 111 88 0.36 0 0.21 0.56 145.5 0.22 0.36
Hex 47 6F 58 24 0 15 38 92 16 24
Octal 107 157 130 44 0 25 70 222 26 44
Binary 1000111 1101111 1011000 100100 0 10101 111000 10010010 10110 100100

Color Harmonies of #476F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F58

Black with #476F58

Text Example


Text Example

White with #476F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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