Html Css Color HEX #464833 Waiouru

📋 copy color: '#464833'

red 70 ◦ green 72 ◦ blue 51

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

Shades of Waiouru #464833

Tints of Waiouru #464833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 36.27%
G = 37.31%
B = 26.42%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#464833 (or 0x464833) is known color: Waiouru. HEX triplet: 46, 48 and 33. RGB value is (70,72,51). Sum of RGB (Red+Green+Blue) = 70+72+51=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #464833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464833 is #B9B7CC. Grayscale: #454545. Windows color (decimal): -12171213 or 3360838. OLE color: 3360838.

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

Color convert

RGB 70 72 51 -
CMYK 0.03 0 0.29 0.72
HSL 65.71º 0.17% 0.24% -
HSV(B) 65.71º 0.29% 0.28% -
XYZ 5.44 6.18 4.04 -
YUV 69.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 70 72 51 0.03 0 0.29 0.72 65.71 0.17 0.24
Hex 46 48 33 3 0 1D 48 42 11 18
Octal 106 110 63 3 0 35 110 102 21 30
Binary 1000110 1001000 110011 11 0 11101 1001000 1000010 10001 11000

Color Harmonies of #464833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464833

Black with #464833

Text Example


Text Example

White with #464833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464833; }

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

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

background-color css

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

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

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

border-color css

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

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

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