Html Css Color HEX #46715B Como

📋 copy color: '#46715B'

red 70 ◦ green 113 ◦ blue 91

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

Shades of Como #46715B

Tints of Como #46715B

RGB

 RED value IS 70 (27.73% from 255) = 25.55%

 GREEN value IS 113 (44.53% from 255) = 41.24%

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

R = 25.55%
G = 41.24%
B = 33.21%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#46715B (or 0x46715B) is known color: Como. HEX triplet: 46, 71 and 5B. RGB value is (70,113,91). Sum of RGB (Red+Green+Blue) = 70+113+91=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #46715B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715B is #B98EA4. Grayscale: #616161. Windows color (decimal): -12160677 or 5992774. OLE color: 5992774.

HSL color Cylindrical-coordinate representation of color #46715B: hue angle of 149.3º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46715B is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 91 -
CMYK 0.38 0 0.19 0.56
HSL 149.3º 0.23% 0.36% -
HSV(B) 149.3º 0.38% 0.44% -
XYZ 10.32 13.87 12.03 -
YUV 97.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 70 113 91 0.38 0 0.19 0.56 149.3 0.23 0.36
Hex 46 71 5B 26 0 13 38 95 17 24
Octal 106 161 133 46 0 23 70 225 27 44
Binary 1000110 1110001 1011011 100110 0 10011 111000 10010101 10111 100100

Color Harmonies of #46715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46715B

Black with #46715B

Text Example


Text Example

White with #46715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46715B; }

 p { color: rgb(70,113,91); }

 H1.HeaderClassName
 {
   color: #46715B;
 }
 .AnyTagClassName
 {
   color: #46715B;
 }
</style>

background-color css

<style>
 a { background-color: #46715B; }

 a { background-color: rgb(70,113,91); }

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

border-color css

<style>
 span { border-color: #46715B; }

 span { border-color: rgb(70,113,91); }

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