Html Css Color HEX #46472B Waiouru

📋 copy color: '#46472B'

red 70 ◦ green 71 ◦ blue 43

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

Shades of Waiouru #46472B

Tints of Waiouru #46472B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.59%

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 38.04%
G = 38.59%
B = 23.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#46472B (or 0x46472B) is known color: Waiouru. HEX triplet: 46, 47 and 2B. RGB value is (70,71,43). Sum of RGB (Red+Green+Blue) = 70+71+43=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 71 - color contains mainly: green. Hex color #46472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46472B is #B9B8D4. Grayscale: #434343. Windows color (decimal): -12171477 or 2836294. OLE color: 2836294.

HSL color Cylindrical-coordinate representation of color #46472B: hue angle of 62.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46472B is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 71 43 -
CMYK 0.01 0 0.39 0.72
HSL 62.14º 0.25% 0.22% -
HSV(B) 62.14º 0.39% 0.28% -
XYZ 5.22 5.98 3.17 -
YUV 67.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 70 71 43 0.01 0 0.39 0.72 62.14 0.25 0.22
Hex 46 47 2B 1 0 27 48 3E 19 16
Octal 106 107 53 1 0 47 110 76 31 26
Binary 1000110 1000111 101011 1 0 100111 1001000 111110 11001 10110

Color Harmonies of #46472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46472B

Black with #46472B

Text Example


Text Example

White with #46472B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46472B; }

 p { color: rgb(70,71,43); }

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

background-color css

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

 a { background-color: rgb(70,71,43); }

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

border-color css

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

 span { border-color: rgb(70,71,43); }

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