Html Css Color HEX #493248 Loulou

📋 copy color: '#493248'

red 73 ◦ green 50 ◦ blue 72

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

Shades of Loulou #493248

Tints of Loulou #493248

RGB

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

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

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

R = 37.44%
G = 25.64%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.71

RGB Variations

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

Color information

#493248 (or 0x493248) is known color: Loulou. HEX triplet: 49, 32 and 48. RGB value is (73,50,72). Sum of RGB (Red+Green+Blue) = 73+50+72=195 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.44% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 73 - color contains mainly: red. Hex color #493248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493248 is #B6CDB7. Grayscale: #3B3B3B. Windows color (decimal): -11980216 or 4731465. OLE color: 4731465.

HSL color Cylindrical-coordinate representation of color #493248: hue angle of 302.61º 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 #493248 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 72 -
CMYK 0 0.32 0.01 0.71
HSL 302.61º 0.19% 0.24% -
HSV(B) 302.61º 0.32% 0.29% -
XYZ 5.06 4.17 6.67 -
YUV 59.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 73 50 72 0 0.32 0.01 0.71 302.61 0.19 0.24
Hex 49 32 48 0 20 1 47 12F 13 18
Octal 111 62 110 0 40 1 107 457 23 30
Binary 1001001 110010 1001000 0 100000 1 1000111 100101111 10011 11000

Color Harmonies of #493248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493248

Black with #493248

Text Example


Text Example

White with #493248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493248; }

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

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

background-color css

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

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

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

border-color css

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

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

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