Html Css Color HEX #493848 Loulou

📋 copy color: '#493848'

red 73 ◦ green 56 ◦ blue 72

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

Shades of Loulou #493848

Tints of Loulou #493848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 36.32%
G = 27.86%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#493848 (or 0x493848) is known color: Loulou. HEX triplet: 49, 38 and 48. RGB value is (73,56,72). Sum of RGB (Red+Green+Blue) = 73+56+72=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 73 - color contains mainly: red. Hex color #493848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493848 is #B6C7B7. Grayscale: #3E3E3E. Windows color (decimal): -11978680 or 4733001. OLE color: 4733001.

HSL color Cylindrical-coordinate representation of color #493848: hue angle of 303.53º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #493848 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 56 72 -
CMYK 0 0.23 0.01 0.71
HSL 303.53º 0.13% 0.25% -
HSV(B) 303.53º 0.23% 0.29% -
XYZ 5.33 4.71 6.76 -
YUV 62.91 133.13 135.2 -
System Red Green Blue C M Y K H S L
Decimal 73 56 72 0 0.23 0.01 0.71 303.53 0.13 0.25
Hex 49 38 48 0 17 1 47 130 D 19
Octal 111 70 110 0 27 1 107 460 15 31
Binary 1001001 111000 1001000 0 10111 1 1000111 100110000 1101 11001

Color Harmonies of #493848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493848

Black with #493848

Text Example


Text Example

White with #493848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493848; }

 p { color: rgb(73,56,72); }

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

background-color css

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

 a { background-color: rgb(73,56,72); }

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

border-color css

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

 span { border-color: rgb(73,56,72); }

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