Html Css Color HEX #482646 Loulou

📋 copy color: '#482646'

red 72 ◦ green 38 ◦ blue 70

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

Shades of Loulou #482646

Tints of Loulou #482646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.11%

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

R = 40%
G = 21.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482646 (or 0x482646) is known color: Loulou. HEX triplet: 48, 26 and 46. RGB value is (72,38,70). Sum of RGB (Red+Green+Blue) = 72+38+70=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 70 (27.73% from 255 or 38.89% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482646 is #B7D9B9. Grayscale: #333333. Windows color (decimal): -12048826 or 4597320. OLE color: 4597320.

HSL color Cylindrical-coordinate representation of color #482646: hue angle of 303.53º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #482646 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 38 70 -
CMYK 0 0.47 0.03 0.72
HSL 303.53º 0.31% 0.22% -
HSV(B) 303.53º 0.47% 0.28% -
XYZ 4.47 3.21 6.18 -
YUV 51.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 72 38 70 0 0.47 0.03 0.72 303.53 0.31 0.22
Hex 48 26 46 0 2F 3 48 130 1F 16
Octal 110 46 106 0 57 3 110 460 37 26
Binary 1001000 100110 1000110 0 101111 11 1001000 100110000 11111 10110

Color Harmonies of #482646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482646

Black with #482646

Text Example


Text Example

White with #482646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482646; }

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

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

background-color css

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

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

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

border-color css

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

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

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