Html Css Color HEX #482747 Loulou

📋 copy color: '#482747'

red 72 ◦ green 39 ◦ blue 71

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

Shades of Loulou #482747

Tints of Loulou #482747

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.43%

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

R = 39.56%
G = 21.43%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#482747 (or 0x482747) is known color: Loulou. HEX triplet: 48, 27 and 47. RGB value is (72,39,71). Sum of RGB (Red+Green+Blue) = 72+39+71=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482747 is #B7D8B8. Grayscale: #343434. Windows color (decimal): -12048569 or 4663112. OLE color: 4663112.

HSL color Cylindrical-coordinate representation of color #482747: hue angle of 301.82º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #482747 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 39 71 -
CMYK 0 0.46 0.01 0.72
HSL 301.82º 0.3% 0.22% -
HSV(B) 301.82º 0.46% 0.28% -
XYZ 4.54 3.28 6.36 -
YUV 52.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 72 39 71 0 0.46 0.01 0.72 301.82 0.3 0.22
Hex 48 27 47 0 2E 1 48 12E 1E 16
Octal 110 47 107 0 56 1 110 456 36 26
Binary 1001000 100111 1000111 0 101110 1 1001000 100101110 11110 10110

Color Harmonies of #482747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482747

Black with #482747

Text Example


Text Example

White with #482747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482747; }

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

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

background-color css

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

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

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

border-color css

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

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

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