Html Css Color HEX #464438 Woodrush

📋 copy color: '#464438'

red 70 ◦ green 68 ◦ blue 56

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

Shades of Woodrush #464438

Tints of Woodrush #464438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 36.08%
G = 35.05%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#464438 (or 0x464438) is known color: Woodrush. HEX triplet: 46, 44 and 38. RGB value is (70,68,56). Sum of RGB (Red+Green+Blue) = 70+68+56=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 70 - color contains mainly: red. Hex color #464438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464438 is #B9BBC7. Grayscale: #434343. Windows color (decimal): -12172232 or 3687494. OLE color: 3687494.

HSL color Cylindrical-coordinate representation of color #464438: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464438 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 56 -
CMYK 0 0.03 0.20 0.73
HSL 51.43º 0.11% 0.25% -
HSV(B) 51.43º 0.2% 0.27% -
XYZ 5.31 5.72 4.57 -
YUV 67.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 70 68 56 0 0.03 0.20 0.73 51.43 0.11 0.25
Hex 46 44 38 0 3 14 49 33 B 19
Octal 106 104 70 0 3 24 111 63 13 31
Binary 1000110 1000100 111000 0 11 10100 1001001 110011 1011 11001

Color Harmonies of #464438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464438

Black with #464438

Text Example


Text Example

White with #464438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464438; }

 p { color: rgb(70,68,56); }

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

background-color css

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

 a { background-color: rgb(70,68,56); }

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

border-color css

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

 span { border-color: rgb(70,68,56); }

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