Html Css Color HEX #493045 Loulou

📋 copy color: '#493045'

red 73 ◦ green 48 ◦ blue 69

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

Shades of Loulou #493045

Tints of Loulou #493045

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

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

R = 38.42%
G = 25.26%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.71

RGB Variations

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

Color information

#493045 (or 0x493045) is known color: Loulou. HEX triplet: 49, 30 and 45. RGB value is (73,48,69). Sum of RGB (Red+Green+Blue) = 73+48+69=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493045 is #B6CFBA. Grayscale: #393939. Windows color (decimal): -11980731 or 4534345. OLE color: 4534345.

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

Color convert

RGB 73 48 69 -
CMYK 0 0.34 0.05 0.71
HSL 309.6º 0.21% 0.24% -
HSV(B) 309.6º 0.34% 0.29% -
XYZ 4.88 3.96 6.14 -
YUV 57.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 73 48 69 0 0.34 0.05 0.71 309.6 0.21 0.24
Hex 49 30 45 0 22 5 47 136 15 18
Octal 111 60 105 0 42 5 107 466 25 30
Binary 1001001 110000 1000101 0 100010 101 1000111 100110110 10101 11000

Color Harmonies of #493045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493045

Black with #493045

Text Example


Text Example

White with #493045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493045; }

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

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

background-color css

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

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

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

border-color css

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

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

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