Html Css Color HEX #46492A Waiouru

📋 copy color: '#46492A'

red 70 ◦ green 73 ◦ blue 42

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

Shades of Waiouru #46492A

Tints of Waiouru #46492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.46%

 BLUE value IS 42 (16.8% from 255) = 22.7%

R = 37.84%
G = 39.46%
B = 22.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#46492A (or 0x46492A) is known color: Waiouru. HEX triplet: 46, 49 and 2A. RGB value is (70,73,42). Sum of RGB (Red+Green+Blue) = 70+73+42=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 73 - color contains mainly: green. Hex color #46492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46492A is #B9B6D5. Grayscale: #444444. Windows color (decimal): -12170966 or 2771270. OLE color: 2771270.

HSL color Cylindrical-coordinate representation of color #46492A: hue angle of 65.81º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46492A is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 42 -
CMYK 0.04 0 0.42 0.71
HSL 65.81º 0.27% 0.23% -
HSV(B) 65.81º 0.42% 0.29% -
XYZ 5.33 6.23 3.11 -
YUV 68.57 113.01 129.02 -
System Red Green Blue C M Y K H S L
Decimal 70 73 42 0.04 0 0.42 0.71 65.81 0.27 0.23
Hex 46 49 2A 4 0 2A 47 42 1B 17
Octal 106 111 52 4 0 52 107 102 33 27
Binary 1000110 1001001 101010 100 0 101010 1000111 1000010 11011 10111

Color Harmonies of #46492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46492A

Black with #46492A

Text Example


Text Example

White with #46492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46492A; }

 p { color: rgb(70,73,42); }

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

background-color css

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

 a { background-color: rgb(70,73,42); }

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

border-color css

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

 span { border-color: rgb(70,73,42); }

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