Html Css Color HEX #483346 Loulou

📋 copy color: '#483346'

red 72 ◦ green 51 ◦ blue 70

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

Shades of Loulou #483346

Tints of Loulou #483346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 37.31%
G = 26.42%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483346 (or 0x483346) is known color: Loulou. HEX triplet: 48, 33 and 46. RGB value is (72,51,70). Sum of RGB (Red+Green+Blue) = 72+51+70=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483346 is #B7CCB9. Grayscale: #3B3B3B. Windows color (decimal): -12045498 or 4600648. OLE color: 4600648.

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

Color convert

RGB 72 51 70 -
CMYK 0 0.29 0.03 0.72
HSL 305.71º 0.17% 0.24% -
HSV(B) 305.71º 0.29% 0.28% -
XYZ 4.96 4.19 6.34 -
YUV 59.45 133.96 136.96 -
System Red Green Blue C M Y K H S L
Decimal 72 51 70 0 0.29 0.03 0.72 305.71 0.17 0.24
Hex 48 33 46 0 1D 3 48 132 11 18
Octal 110 63 106 0 35 3 110 462 21 30
Binary 1001000 110011 1000110 0 11101 11 1001000 100110010 10001 11000

Color Harmonies of #483346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483346

Black with #483346

Text Example


Text Example

White with #483346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483346; }

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

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

background-color css

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

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

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

border-color css

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

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

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