Html Css Color HEX #464030 Onion

📋 copy color: '#464030'

red 70 ◦ green 64 ◦ blue 48

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

Shades of Onion #464030

Tints of Onion #464030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 48 (19.14% from 255) = 26.37%

R = 38.46%
G = 35.16%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#464030 (or 0x464030) is known color: Onion. HEX triplet: 46, 40 and 30. RGB value is (70,64,48). Sum of RGB (Red+Green+Blue) = 70+64+48=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #464030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464030 is #B9BFCF. Grayscale: #404040. Windows color (decimal): -12173264 or 3162182. OLE color: 3162182.

HSL color Cylindrical-coordinate representation of color #464030: hue angle of 43.64º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464030 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 64 48 -
CMYK 0 0.09 0.31 0.73
HSL 43.64º 0.19% 0.23% -
HSV(B) 43.64º 0.31% 0.27% -
XYZ 4.89 5.18 3.54 -
YUV 63.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 70 64 48 0 0.09 0.31 0.73 43.64 0.19 0.23
Hex 46 40 30 0 9 1F 49 2C 13 17
Octal 106 100 60 0 11 37 111 54 23 27
Binary 1000110 1000000 110000 0 1001 11111 1001001 101100 10011 10111

Color Harmonies of #464030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464030

Black with #464030

Text Example


Text Example

White with #464030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464030; }

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

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

background-color css

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

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

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

border-color css

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

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

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