Html Css Color HEX #482044 Loulou

📋 copy color: '#482044'

red 72 ◦ green 32 ◦ blue 68

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

Shades of Loulou #482044

Tints of Loulou #482044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.6%

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

R = 41.86%
G = 18.6%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482044 (or 0x482044) is known color: Loulou. HEX triplet: 48, 20 and 44. RGB value is (72,32,68). Sum of RGB (Red+Green+Blue) = 72+32+68=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #482044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482044 is #B7DFBB. Grayscale: #2F2F2F. Windows color (decimal): -12050364 or 4464712. OLE color: 4464712.

HSL color Cylindrical-coordinate representation of color #482044: hue angle of 306º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482044 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 68 -
CMYK 0 0.56 0.06 0.72
HSL 306º 0.38% 0.2% -
HSV(B) 306º 0.56% 0.28% -
XYZ 4.23 2.83 5.79 -
YUV 48.06 139.25 145.07 -
System Red Green Blue C M Y K H S L
Decimal 72 32 68 0 0.56 0.06 0.72 306 0.38 0.2
Hex 48 20 44 0 38 6 48 132 26 14
Octal 110 40 104 0 70 6 110 462 46 24
Binary 1001000 100000 1000100 0 111000 110 1001000 100110010 100110 10100

Color Harmonies of #482044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482044

Black with #482044

Text Example


Text Example

White with #482044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482044; }

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

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

background-color css

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

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

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

border-color css

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

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

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