Html Css Color HEX #482C46 Loulou

📋 copy color: '#482C46'

red 72 ◦ green 44 ◦ blue 70

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

Shades of Loulou #482C46

Tints of Loulou #482C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 38.71%
G = 23.66%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482C46 (or 0x482C46) is known color: Loulou. HEX triplet: 48, 2C and 46. RGB value is (72,44,70). Sum of RGB (Red+Green+Blue) = 72+44+70=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 72 - color contains mainly: red. Hex color #482C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482C46 is #B7D3B9. Grayscale: #373737. Windows color (decimal): -12047290 or 4598856. OLE color: 4598856.

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

Color convert

RGB 72 44 70 -
CMYK 0 0.39 0.03 0.72
HSL 304.29º 0.24% 0.23% -
HSV(B) 304.29º 0.39% 0.28% -
XYZ 4.68 3.62 6.25 -
YUV 55.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 72 44 70 0 0.39 0.03 0.72 304.29 0.24 0.23
Hex 48 2C 46 0 27 3 48 130 18 17
Octal 110 54 106 0 47 3 110 460 30 27
Binary 1001000 101100 1000110 0 100111 11 1001000 100110000 11000 10111

Color Harmonies of #482C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482C46

Black with #482C46

Text Example


Text Example

White with #482C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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