Html Css Color HEX #483546 Loulou

📋 copy color: '#483546'

red 72 ◦ green 53 ◦ blue 70

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

Shades of Loulou #483546

Tints of Loulou #483546

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

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

R = 36.92%
G = 27.18%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483546 (or 0x483546) is known color: Loulou. HEX triplet: 48, 35 and 46. RGB value is (72,53,70). Sum of RGB (Red+Green+Blue) = 72+53+70=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483546 is #B7CAB9. Grayscale: #3C3C3C. Windows color (decimal): -12044986 or 4601160. OLE color: 4601160.

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

Color convert

RGB 72 53 70 -
CMYK 0 0.26 0.03 0.72
HSL 306.32º 0.15% 0.25% -
HSV(B) 306.32º 0.26% 0.28% -
XYZ 5.05 4.37 6.37 -
YUV 60.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 72 53 70 0 0.26 0.03 0.72 306.32 0.15 0.25
Hex 48 35 46 0 1A 3 48 132 F 19
Octal 110 65 106 0 32 3 110 462 17 31
Binary 1001000 110101 1000110 0 11010 11 1001000 100110010 1111 11001

Color Harmonies of #483546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483546

Black with #483546

Text Example


Text Example

White with #483546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483546; }

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

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

background-color css

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

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

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

border-color css

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

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

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