Html Css Color HEX #483246 Loulou

📋 copy color: '#483246'

red 72 ◦ green 50 ◦ blue 70

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

Shades of Loulou #483246

Tints of Loulou #483246

RGB

 RED value IS 72 (28.52% from 255) = 37.5%

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

 BLUE value IS 70 (27.73% from 255) = 36.46%

R = 37.5%
G = 26.04%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483246 (or 0x483246) is known color: Loulou. HEX triplet: 48, 32 and 46. RGB value is (72,50,70). Sum of RGB (Red+Green+Blue) = 72+50+70=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483246 is #B7CDB9. Grayscale: #3A3A3A. Windows color (decimal): -12045754 or 4600392. OLE color: 4600392.

HSL color Cylindrical-coordinate representation of color #483246: hue angle of 305.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #483246 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 50 70 -
CMYK 0 0.31 0.03 0.72
HSL 305.45º 0.18% 0.24% -
HSV(B) 305.45º 0.31% 0.28% -
XYZ 4.92 4.1 6.33 -
YUV 58.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 72 50 70 0 0.31 0.03 0.72 305.45 0.18 0.24
Hex 48 32 46 0 1F 3 48 131 12 18
Octal 110 62 106 0 37 3 110 461 22 30
Binary 1001000 110010 1000110 0 11111 11 1001000 100110001 10010 11000

Color Harmonies of #483246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483246

Black with #483246

Text Example


Text Example

White with #483246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483246; }

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

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

background-color css

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

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

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

border-color css

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

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

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