Html Css Color HEX #46885D Como

📋 copy color: '#46885D'

red 70 ◦ green 136 ◦ blue 93

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

Shades of Como #46885D

Tints of Como #46885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

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

R = 23.41%
G = 45.48%
B = 31.1%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#46885D (or 0x46885D) is known color: Como. HEX triplet: 46, 88 and 5D. RGB value is (70,136,93). Sum of RGB (Red+Green+Blue) = 70+136+93=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #46885D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46885D is #B977A2. Grayscale: #6F6F6F. Windows color (decimal): -12154787 or 6129734. OLE color: 6129734.

HSL color Cylindrical-coordinate representation of color #46885D: hue angle of 140.91º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #46885D is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 136 93 -
CMYK 0.49 0 0.32 0.47
HSL 140.91º 0.32% 0.4% -
HSV(B) 140.91º 0.49% 0.53% -
XYZ 13.31 19.7 13.46 -
YUV 111.36 117.63 98.5 -
System Red Green Blue C M Y K H S L
Decimal 70 136 93 0.49 0 0.32 0.47 140.91 0.32 0.4
Hex 46 88 5D 31 0 20 2F 8D 20 28
Octal 106 210 135 61 0 40 57 215 40 50
Binary 1000110 10001000 1011101 110001 0 100000 101111 10001101 100000 101000

Color Harmonies of #46885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46885D

Black with #46885D

Text Example


Text Example

White with #46885D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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