Html Css Color HEX #483A47 Loulou

📋 copy color: '#483A47'

red 72 ◦ green 58 ◦ blue 71

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

Shades of Loulou #483A47

Tints of Loulou #483A47

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.86%

 BLUE value IS 71 (28.13% from 255) = 35.32%

R = 35.82%
G = 28.86%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483A47 (or 0x483A47) is known color: Loulou. HEX triplet: 48, 3A and 47. RGB value is (72,58,71). Sum of RGB (Red+Green+Blue) = 72+58+71=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A47 is #B7C5B8. Grayscale: #3F3F3F. Windows color (decimal): -12043705 or 4667976. OLE color: 4667976.

HSL color Cylindrical-coordinate representation of color #483A47: hue angle of 304.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #483A47 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 58 71 -
CMYK 0 0.19 0.01 0.72
HSL 304.29º 0.11% 0.25% -
HSV(B) 304.29º 0.19% 0.28% -
XYZ 5.32 4.86 6.62 -
YUV 63.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 72 58 71 0 0.19 0.01 0.72 304.29 0.11 0.25
Hex 48 3A 47 0 13 1 48 130 B 19
Octal 110 72 107 0 23 1 110 460 13 31
Binary 1001000 111010 1000111 0 10011 1 1001000 100110000 1011 11001

Color Harmonies of #483A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A47

Black with #483A47

Text Example


Text Example

White with #483A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483A47; }

 p { color: rgb(72,58,71); }

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

background-color css

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

 a { background-color: rgb(72,58,71); }

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

border-color css

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

 span { border-color: rgb(72,58,71); }

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