Html Css Color HEX #464830 Waiouru

📋 copy color: '#464830'

red 70 ◦ green 72 ◦ blue 48

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

Shades of Waiouru #464830

Tints of Waiouru #464830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.89%

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

R = 36.84%
G = 37.89%
B = 25.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#464830 (or 0x464830) is known color: Waiouru. HEX triplet: 46, 48 and 30. RGB value is (70,72,48). Sum of RGB (Red+Green+Blue) = 70+72+48=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #464830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464830 is #B9B7CF. Grayscale: #444444. Windows color (decimal): -12171216 or 3164230. OLE color: 3164230.

HSL color Cylindrical-coordinate representation of color #464830: hue angle of 65º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464830 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 72 48 -
CMYK 0.03 0 0.33 0.72
HSL 65º 0.2% 0.24% -
HSV(B) 65º 0.33% 0.28% -
XYZ 5.38 6.15 3.7 -
YUV 68.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 70 72 48 0.03 0 0.33 0.72 65 0.2 0.24
Hex 46 48 30 3 0 21 48 41 14 18
Octal 106 110 60 3 0 41 110 101 24 30
Binary 1000110 1001000 110000 11 0 100001 1001000 1000001 10100 11000

Color Harmonies of #464830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464830

Black with #464830

Text Example


Text Example

White with #464830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464830; }

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

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

background-color css

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

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

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

border-color css

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

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

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