Html Css Color HEX #464B3D Tuatara

📋 copy color: '#464B3D'

red 70 ◦ green 75 ◦ blue 61

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

Shades of Tuatara #464B3D

Tints of Tuatara #464B3D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 36.41%

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 33.98%
G = 36.41%
B = 29.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#464B3D (or 0x464B3D) is known color: Tuatara. HEX triplet: 46, 4B and 3D. RGB value is (70,75,61). Sum of RGB (Red+Green+Blue) = 70+75+61=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #464B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464B3D is #B9B4C2. Grayscale: #474747. Windows color (decimal): -12170435 or 4016966. OLE color: 4016966.

HSL color Cylindrical-coordinate representation of color #464B3D: hue angle of 81.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464B3D is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 75 61 -
CMYK 0.07 0 0.19 0.71
HSL 81.43º 0.1% 0.27% -
HSV(B) 81.43º 0.19% 0.29% -
XYZ 5.88 6.67 5.39 -
YUV 71.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 70 75 61 0.07 0 0.19 0.71 81.43 0.1 0.27
Hex 46 4B 3D 7 0 13 47 51 A 1B
Octal 106 113 75 7 0 23 107 121 12 33
Binary 1000110 1001011 111101 111 0 10011 1000111 1010001 1010 11011

Color Harmonies of #464B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464B3D

Black with #464B3D

Text Example


Text Example

White with #464B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464B3D; }

 p { color: rgb(70,75,61); }

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

background-color css

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

 a { background-color: rgb(70,75,61); }

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

border-color css

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

 span { border-color: rgb(70,75,61); }

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