Html Css Color HEX #46875F Como

📋 copy color: '#46875F'

red 70 ◦ green 135 ◦ blue 95

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

Shades of Como #46875F

Tints of Como #46875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 23.33%
G = 45%
B = 31.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#46875F (or 0x46875F) is known color: Como. HEX triplet: 46, 87 and 5F. RGB value is (70,135,95). Sum of RGB (Red+Green+Blue) = 70+135+95=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 135 - color contains mainly: green. Hex color #46875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46875F is #B978A0. Grayscale: #6F6F6F. Windows color (decimal): -12155041 or 6260550. OLE color: 6260550.

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

Color convert

RGB 70 135 95 -
CMYK 0.48 0 0.30 0.47
HSL 143.08º 0.32% 0.4% -
HSV(B) 143.08º 0.48% 0.53% -
XYZ 13.26 19.46 13.88 -
YUV 111.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 70 135 95 0.48 0 0.30 0.47 143.08 0.32 0.4
Hex 46 87 5F 30 0 1E 2F 8F 20 28
Octal 106 207 137 60 0 36 57 217 40 50
Binary 1000110 10000111 1011111 110000 0 11110 101111 10001111 100000 101000

Color Harmonies of #46875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46875F

Black with #46875F

Text Example


Text Example

White with #46875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46875F; }

 p { color: rgb(70,135,95); }

 H1.HeaderClassName
 {
   color: #46875F;
 }
 .AnyTagClassName
 {
   color: #46875F;
 }
</style>

background-color css

<style>
 a { background-color: #46875F; }

 a { background-color: rgb(70,135,95); }

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

border-color css

<style>
 span { border-color: #46875F; }

 span { border-color: rgb(70,135,95); }

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