Html Css Color HEX #465E3F Tom Thumb

📋 copy color: '#465E3F'

red 70 ◦ green 94 ◦ blue 63

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

Shades of Tom Thumb #465E3F

Tints of Tom Thumb #465E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.41%

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

R = 30.84%
G = 41.41%
B = 27.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.63

RGB Variations

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

Color information

#465E3F (or 0x465E3F) is known color: Tom Thumb. HEX triplet: 46, 5E and 3F. RGB value is (70,94,63). Sum of RGB (Red+Green+Blue) = 70+94+63=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 94 - color contains mainly: green. Hex color #465E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465E3F is #B9A1C0. Grayscale: #535353. Windows color (decimal): -12165569 or 4152902. OLE color: 4152902.

HSL color Cylindrical-coordinate representation of color #465E3F: hue angle of 106.45º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465E3F is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 94 63 -
CMYK 0.26 0 0.33 0.63
HSL 106.45º 0.2% 0.31% -
HSV(B) 106.45º 0.33% 0.37% -
XYZ 7.43 9.67 6.18 -
YUV 83.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 70 94 63 0.26 0 0.33 0.63 106.45 0.2 0.31
Hex 46 5E 3F 1A 0 21 3F 6A 14 1F
Octal 106 136 77 32 0 41 77 152 24 37
Binary 1000110 1011110 111111 11010 0 100001 111111 1101010 10100 11111

Color Harmonies of #465E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E3F

Black with #465E3F

Text Example


Text Example

White with #465E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465E3F; }

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

 H1.HeaderClassName
 {
   color: #465E3F;
 }
 .AnyTagClassName
 {
   color: #465E3F;
 }
</style>

background-color css

<style>
 a { background-color: #465E3F; }

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

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

border-color css

<style>
 span { border-color: #465E3F; }

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

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