Html Css Color HEX #46583F Tom Thumb

📋 copy color: '#46583F'

red 70 ◦ green 88 ◦ blue 63

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

Shades of Tom Thumb #46583F

Tints of Tom Thumb #46583F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.82%

 BLUE value IS 63 (25% from 255) = 28.51%

R = 31.67%
G = 39.82%
B = 28.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#46583F (or 0x46583F) is known color: Tom Thumb. HEX triplet: 46, 58 and 3F. RGB value is (70,88,63). Sum of RGB (Red+Green+Blue) = 70+88+63=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #46583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46583F is #B9A7C0. Grayscale: #4F4F4F. Windows color (decimal): -12167105 or 4151366. OLE color: 4151366.

HSL color Cylindrical-coordinate representation of color #46583F: hue angle of 103.2º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #46583F is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 63 -
CMYK 0.20 0 0.28 0.65
HSL 103.2º 0.17% 0.3% -
HSV(B) 103.2º 0.28% 0.35% -
XYZ 6.91 8.64 6.01 -
YUV 79.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 70 88 63 0.20 0 0.28 0.65 103.2 0.17 0.3
Hex 46 58 3F 14 0 1C 41 67 11 1E
Octal 106 130 77 24 0 34 101 147 21 36
Binary 1000110 1011000 111111 10100 0 11100 1000001 1100111 10001 11110

Color Harmonies of #46583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46583F

Black with #46583F

Text Example


Text Example

White with #46583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,88,63); }

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

background-color css

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

 a { background-color: rgb(70,88,63); }

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

border-color css

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

 span { border-color: rgb(70,88,63); }

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