Html Css Color HEX #492B45 Loulou

📋 copy color: '#492B45'

red 73 ◦ green 43 ◦ blue 69

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

Shades of Loulou #492B45

Tints of Loulou #492B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 39.46%
G = 23.24%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#492B45 (or 0x492B45) is known color: Loulou. HEX triplet: 49, 2B and 45. RGB value is (73,43,69). Sum of RGB (Red+Green+Blue) = 73+43+69=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #492B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492B45 is #B6D4BA. Grayscale: #363636. Windows color (decimal): -11982011 or 4533065. OLE color: 4533065.

HSL color Cylindrical-coordinate representation of color #492B45: hue angle of 308º 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 #492B45 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 43 69 -
CMYK 0 0.41 0.05 0.71
HSL 308º 0.26% 0.23% -
HSV(B) 308º 0.41% 0.29% -
XYZ 4.69 3.57 6.07 -
YUV 54.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 73 43 69 0 0.41 0.05 0.71 308 0.26 0.23
Hex 49 2B 45 0 29 5 47 134 1A 17
Octal 111 53 105 0 51 5 107 464 32 27
Binary 1001001 101011 1000101 0 101001 101 1000111 100110100 11010 10111

Color Harmonies of #492B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492B45

Black with #492B45

Text Example


Text Example

White with #492B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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