Html Css Color HEX #482C44 Loulou

📋 copy color: '#482C44'

red 72 ◦ green 44 ◦ blue 68

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

Shades of Loulou #482C44

Tints of Loulou #482C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 39.13%
G = 23.91%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482C44 (or 0x482C44) is known color: Loulou. HEX triplet: 48, 2C and 44. RGB value is (72,44,68). Sum of RGB (Red+Green+Blue) = 72+44+68=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 72 - color contains mainly: red. Hex color #482C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C44 is #B7D3BB. Grayscale: #373737. Windows color (decimal): -12047292 or 4467784. OLE color: 4467784.

HSL color Cylindrical-coordinate representation of color #482C44: hue angle of 308.57º 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 #482C44 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 44 68 -
CMYK 0 0.39 0.06 0.72
HSL 308.57º 0.24% 0.23% -
HSV(B) 308.57º 0.39% 0.28% -
XYZ 4.62 3.6 5.92 -
YUV 55.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 72 44 68 0 0.39 0.06 0.72 308.57 0.24 0.23
Hex 48 2C 44 0 27 6 48 135 18 17
Octal 110 54 104 0 47 6 110 465 30 27
Binary 1001000 101100 1000100 0 100111 110 1001000 100110101 11000 10111

Color Harmonies of #482C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C44

Black with #482C44

Text Example


Text Example

White with #482C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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