Html Css Color HEX #494B33 Waiouru

📋 copy color: '#494B33'

red 73 ◦ green 75 ◦ blue 51

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

Shades of Waiouru #494B33

Tints of Waiouru #494B33

RGB

 RED value IS 73 (28.91% from 255) = 36.68%

 GREEN value IS 75 (29.69% from 255) = 37.69%

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

R = 36.68%
G = 37.69%
B = 25.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#494B33 (or 0x494B33) is known color: Waiouru. HEX triplet: 49, 4B and 33. RGB value is (73,75,51). Sum of RGB (Red+Green+Blue) = 73+75+51=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 75 - color contains mainly: green. Hex color #494B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494B33 is #B6B4CC. Grayscale: #474747. Windows color (decimal): -11973837 or 3361609. OLE color: 3361609.

HSL color Cylindrical-coordinate representation of color #494B33: hue angle of 65º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494B33 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 75 51 -
CMYK 0.03 0 0.32 0.71
HSL 65º 0.19% 0.25% -
HSV(B) 65º 0.32% 0.29% -
XYZ 5.86 6.69 4.11 -
YUV 71.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 73 75 51 0.03 0 0.32 0.71 65 0.19 0.25
Hex 49 4B 33 3 0 20 47 41 13 19
Octal 111 113 63 3 0 40 107 101 23 31
Binary 1001001 1001011 110011 11 0 100000 1000111 1000001 10011 11001

Color Harmonies of #494B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494B33

Black with #494B33

Text Example


Text Example

White with #494B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494B33; }

 p { color: rgb(73,75,51); }

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

background-color css

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

 a { background-color: rgb(73,75,51); }

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

border-color css

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

 span { border-color: rgb(73,75,51); }

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