Html Css Color HEX #482744 Loulou

📋 copy color: '#482744'

red 72 ◦ green 39 ◦ blue 68

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

Shades of Loulou #482744

Tints of Loulou #482744

RGB

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

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

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

R = 40.22%
G = 21.79%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482744 (or 0x482744) is known color: Loulou. HEX triplet: 48, 27 and 44. RGB value is (72,39,68). Sum of RGB (Red+Green+Blue) = 72+39+68=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 39 (15.62% from 255 or 21.79% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482744 is #B7D8BB. Grayscale: #343434. Windows color (decimal): -12048572 or 4466504. OLE color: 4466504.

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

Color convert

RGB 72 39 68 -
CMYK 0 0.46 0.06 0.72
HSL 307.27º 0.3% 0.22% -
HSV(B) 307.27º 0.46% 0.28% -
XYZ 4.44 3.25 5.86 -
YUV 52.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 72 39 68 0 0.46 0.06 0.72 307.27 0.3 0.22
Hex 48 27 44 0 2E 6 48 133 1E 16
Octal 110 47 104 0 56 6 110 463 36 26
Binary 1001000 100111 1000100 0 101110 110 1001000 100110011 11110 10110

Color Harmonies of #482744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482744

Black with #482744

Text Example


Text Example

White with #482744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482744; }

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

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

background-color css

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

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

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

border-color css

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

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

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