Html Css Color HEX #493244 Loulou

📋 copy color: '#493244'

red 73 ◦ green 50 ◦ blue 68

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

Shades of Loulou #493244

Tints of Loulou #493244

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.18%

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

R = 38.22%
G = 26.18%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#493244 (or 0x493244) is known color: Loulou. HEX triplet: 49, 32 and 44. RGB value is (73,50,68). Sum of RGB (Red+Green+Blue) = 73+50+68=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 73 - color contains mainly: red. Hex color #493244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493244 is #B6CDBB. Grayscale: #3A3A3A. Windows color (decimal): -11980220 or 4469321. OLE color: 4469321.

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

Color convert

RGB 73 50 68 -
CMYK 0 0.32 0.07 0.71
HSL 313.04º 0.19% 0.24% -
HSV(B) 313.04º 0.32% 0.29% -
XYZ 4.93 4.12 6 -
YUV 58.93 133.12 138.04 -
System Red Green Blue C M Y K H S L
Decimal 73 50 68 0 0.32 0.07 0.71 313.04 0.19 0.24
Hex 49 32 44 0 20 7 47 139 13 18
Octal 111 62 104 0 40 7 107 471 23 30
Binary 1001001 110010 1000100 0 100000 111 1000111 100111001 10011 11000

Color Harmonies of #493244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493244

Black with #493244

Text Example


Text Example

White with #493244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493244; }

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

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

background-color css

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

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

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

border-color css

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

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

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