Html Css Color HEX #492644 Loulou

📋 copy color: '#492644'

red 73 ◦ green 38 ◦ blue 68

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

Shades of Loulou #492644

Tints of Loulou #492644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.23%

 BLUE value IS 68 (26.95% from 255) = 37.99%

R = 40.78%
G = 21.23%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#492644 (or 0x492644) is known color: Loulou. HEX triplet: 49, 26 and 44. RGB value is (73,38,68). Sum of RGB (Red+Green+Blue) = 73+38+68=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #492644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492644 is #B6D9BB. Grayscale: #333333. Windows color (decimal): -11983292 or 4466249. OLE color: 4466249.

HSL color Cylindrical-coordinate representation of color #492644: hue angle of 308.57º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492644 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 38 68 -
CMYK 0 0.48 0.07 0.71
HSL 308.57º 0.32% 0.22% -
HSV(B) 308.57º 0.48% 0.29% -
XYZ 4.48 3.22 5.85 -
YUV 51.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 73 38 68 0 0.48 0.07 0.71 308.57 0.32 0.22
Hex 49 26 44 0 30 7 47 135 20 16
Octal 111 46 104 0 60 7 107 465 40 26
Binary 1001001 100110 1000100 0 110000 111 1000111 100110101 100000 10110

Color Harmonies of #492644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492644

Black with #492644

Text Example


Text Example

White with #492644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492644; }

 p { color: rgb(73,38,68); }

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

background-color css

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

 a { background-color: rgb(73,38,68); }

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

border-color css

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

 span { border-color: rgb(73,38,68); }

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