Html Css Color HEX #464930 Waiouru

📋 copy color: '#464930'

red 70 ◦ green 73 ◦ blue 48

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

Shades of Waiouru #464930

Tints of Waiouru #464930

RGB

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

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

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

R = 36.65%
G = 38.22%
B = 25.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#464930 (or 0x464930) is known color: Waiouru. HEX triplet: 46, 49 and 30. RGB value is (70,73,48). Sum of RGB (Red+Green+Blue) = 70+73+48=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #464930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464930 is #B9B6CF. Grayscale: #454545. Windows color (decimal): -12170960 or 3164486. OLE color: 3164486.

HSL color Cylindrical-coordinate representation of color #464930: hue angle of 67.2º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464930 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 48 -
CMYK 0.04 0 0.34 0.71
HSL 67.2º 0.21% 0.24% -
HSV(B) 67.2º 0.34% 0.29% -
XYZ 5.44 6.28 3.72 -
YUV 69.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 70 73 48 0.04 0 0.34 0.71 67.2 0.21 0.24
Hex 46 49 30 4 0 22 47 43 15 18
Octal 106 111 60 4 0 42 107 103 25 30
Binary 1000110 1001001 110000 100 0 100010 1000111 1000011 10101 11000

Color Harmonies of #464930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464930

Black with #464930

Text Example


Text Example

White with #464930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464930; }

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

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

background-color css

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

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

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

border-color css

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

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

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