#46483E

Color #46483E Tuatara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuatara #46483E

Tints of Tuatara #46483E

Color information

#46483E (or 0x46483E) is unknown color: approx Tuatara. HEX triplet: 46, 48 and 3E. RGB value is (70,72,62). Sum of RGB (Red+Green+Blue) = 70+72+62=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 72 - color contains mainly: green. Hex color #46483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46483E is #B9B7C1. Grayscale: #464646. Windows color (decimal): -12171202 or 4081734. OLE color: 4081734.

HSL color Cylindrical-coordinate representation of color #46483E: hue angle of 72º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46483E is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB707262-
CMYK0.0300.140.72
HSL72º7.46%26.27%-
HSV(B)72º13.89%28.24%-
XYZ5.716.285.47-
YUV70.26123.34127.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 72 (28.52% from 255) = 35.29%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=34.31%
G=35.29%
B=30.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072620.0300.140.72727.4626.27
Hex46483E30E484871a
Octal106110763016110110732
Binary1000110100100011111011011101001000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46483E; }

 p { color: rgb(70,72,62); }

 H1.HeaderClassName
 {
   color: #46483E;
 }
 .AnyTagClassName
 {
   color: #46483E;
 }
</style>
background-color css

<style>
 a { background-color: #46483E; }

 a { background-color: rgb(70,72,62); }

 div.DivClassName
 {
   background-color: #46483E;
 }
 .BgClassName
 {
   background-color: #46483E;
 }
</style>
border-color css

<style>
 span { border-color: #46483E; }

 span { border-color: rgb(70,72,62); }

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