Html Css Color HEX #482C47 Loulou

📋 copy color: '#482C47'

red 72 ◦ green 44 ◦ blue 71

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

Shades of Loulou #482C47

Tints of Loulou #482C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.53%

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

R = 38.5%
G = 23.53%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#482C47 (or 0x482C47) is known color: Loulou. HEX triplet: 48, 2C and 47. RGB value is (72,44,71). Sum of RGB (Red+Green+Blue) = 72+44+71=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 72 - color contains mainly: red. Hex color #482C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C47 is #B7D3B8. Grayscale: #373737. Windows color (decimal): -12047289 or 4664392. OLE color: 4664392.

HSL color Cylindrical-coordinate representation of color #482C47: hue angle of 302.14º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #482C47 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 71 -
CMYK 0 0.39 0.01 0.72
HSL 302.14º 0.24% 0.23% -
HSV(B) 302.14º 0.39% 0.28% -
XYZ 4.71 3.63 6.41 -
YUV 55.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 72 44 71 0 0.39 0.01 0.72 302.14 0.24 0.23
Hex 48 2C 47 0 27 1 48 12E 18 17
Octal 110 54 107 0 47 1 110 456 30 27
Binary 1001000 101100 1000111 0 100111 1 1001000 100101110 11000 10111

Color Harmonies of #482C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C47

Black with #482C47

Text Example


Text Example

White with #482C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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