Html Css Color HEX #464840 Tuatara

📋 copy color: '#464840'

red 70 ◦ green 72 ◦ blue 64

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

Shades of Tuatara #464840

Tints of Tuatara #464840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.95%

 BLUE value IS 64 (25.39% from 255) = 31.07%

R = 33.98%
G = 34.95%
B = 31.07%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#464840 (or 0x464840) is known color: Tuatara. HEX triplet: 46, 48 and 40. RGB value is (70,72,64). Sum of RGB (Red+Green+Blue) = 70+72+64=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 72 - color contains mainly: green. Hex color #464840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464840 is #B9B7BF. Grayscale: #464646. Windows color (decimal): -12171200 or 4212806. OLE color: 4212806.

HSL color Cylindrical-coordinate representation of color #464840: hue angle of 75º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464840 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 64 -
CMYK 0.03 0 0.11 0.72
HSL 75º 0.06% 0.27% -
HSV(B) 75º 0.11% 0.28% -
XYZ 5.77 6.31 5.76 -
YUV 70.49 124.34 127.65 -
System Red Green Blue C M Y K H S L
Decimal 70 72 64 0.03 0 0.11 0.72 75 0.06 0.27
Hex 46 48 40 3 0 B 48 4B 6 1B
Octal 106 110 100 3 0 13 110 113 6 33
Binary 1000110 1001000 1000000 11 0 1011 1001000 1001011 110 11011

Color Harmonies of #464840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464840

Black with #464840

Text Example


Text Example

White with #464840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464840; }

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

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

background-color css

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

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

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

border-color css

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

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

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