Html Css Color HEX #46715D Como

📋 copy color: '#46715D'

red 70 ◦ green 113 ◦ blue 93

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

Shades of Como #46715D

Tints of Como #46715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.7%

R = 25.36%
G = 40.94%
B = 33.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#46715D (or 0x46715D) is known color: Como. HEX triplet: 46, 71 and 5D. RGB value is (70,113,93). Sum of RGB (Red+Green+Blue) = 70+113+93=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #46715D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46715D is #B98EA2. Grayscale: #616161. Windows color (decimal): -12160675 or 6123846. OLE color: 6123846.

HSL color Cylindrical-coordinate representation of color #46715D: hue angle of 152.09º 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 #46715D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 93 -
CMYK 0.38 0 0.18 0.56
HSL 152.09º 0.23% 0.36% -
HSV(B) 152.09º 0.38% 0.44% -
XYZ 10.41 13.9 12.49 -
YUV 97.86 125.25 108.13 -
System Red Green Blue C M Y K H S L
Decimal 70 113 93 0.38 0 0.18 0.56 152.09 0.23 0.36
Hex 46 71 5D 26 0 12 38 98 17 24
Octal 106 161 135 46 0 22 70 230 27 44
Binary 1000110 1110001 1011101 100110 0 10010 111000 10011000 10111 100100

Color Harmonies of #46715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46715D

Black with #46715D

Text Example


Text Example

White with #46715D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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