Html Css Color HEX #492B44 Loulou

📋 copy color: '#492B44'

red 73 ◦ green 43 ◦ blue 68

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

Shades of Loulou #492B44

Tints of Loulou #492B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.37%

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

R = 39.67%
G = 23.37%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#492B44 (or 0x492B44) is known color: Loulou. HEX triplet: 49, 2B and 44. RGB value is (73,43,68). Sum of RGB (Red+Green+Blue) = 73+43+68=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 43 (17.19% from 255 or 23.37% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #492B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B44 is #B6D4BB. Grayscale: #363636. Windows color (decimal): -11982012 or 4467529. OLE color: 4467529.

HSL color Cylindrical-coordinate representation of color #492B44: hue angle of 310º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #492B44 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 68 -
CMYK 0 0.41 0.07 0.71
HSL 310º 0.26% 0.23% -
HSV(B) 310º 0.41% 0.29% -
XYZ 4.65 3.56 5.91 -
YUV 54.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 73 43 68 0 0.41 0.07 0.71 310 0.26 0.23
Hex 49 2B 44 0 29 7 47 136 1A 17
Octal 111 53 104 0 51 7 107 466 32 27
Binary 1001001 101011 1000100 0 101001 111 1000111 100110110 11010 10111

Color Harmonies of #492B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B44

Black with #492B44

Text Example


Text Example

White with #492B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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