Html Css Color HEX #482B44 Loulou

📋 copy color: '#482B44'

red 72 ◦ green 43 ◦ blue 68

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

Shades of Loulou #482B44

Tints of Loulou #482B44

RGB

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

 GREEN value IS 43 (17.19% from 255) = 23.5%

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

R = 39.34%
G = 23.5%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482B44 (or 0x482B44) is known color: Loulou. HEX triplet: 48, 2B and 44. RGB value is (72,43,68). Sum of RGB (Red+Green+Blue) = 72+43+68=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #482B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482B44 is #B7D4BB. Grayscale: #363636. Windows color (decimal): -12047548 or 4467528. OLE color: 4467528.

HSL color Cylindrical-coordinate representation of color #482B44: hue angle of 308.28º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #482B44 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 43 68 -
CMYK 0 0.40 0.06 0.72
HSL 308.28º 0.25% 0.23% -
HSV(B) 308.28º 0.4% 0.28% -
XYZ 4.58 3.52 5.91 -
YUV 54.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 72 43 68 0 0.40 0.06 0.72 308.28 0.25 0.23
Hex 48 2B 44 0 28 6 48 134 19 17
Octal 110 53 104 0 50 6 110 464 31 27
Binary 1001000 101011 1000100 0 101000 110 1001000 100110100 11001 10111

Color Harmonies of #482B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482B44

Black with #482B44

Text Example


Text Example

White with #482B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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