Html Css Color HEX #482846 Loulou

📋 copy color: '#482846'

red 72 ◦ green 40 ◦ blue 70

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

Shades of Loulou #482846

Tints of Loulou #482846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.98%

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

R = 39.56%
G = 21.98%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482846 (or 0x482846) is known color: Loulou. HEX triplet: 48, 28 and 46. RGB value is (72,40,70). Sum of RGB (Red+Green+Blue) = 72+40+70=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 72 - color contains mainly: red. Hex color #482846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482846 is #B7D7B9. Grayscale: #343434. Windows color (decimal): -12048314 or 4597832. OLE color: 4597832.

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

Color convert

RGB 72 40 70 -
CMYK 0 0.44 0.03 0.72
HSL 303.75º 0.29% 0.22% -
HSV(B) 303.75º 0.44% 0.28% -
XYZ 4.54 3.34 6.2 -
YUV 52.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 72 40 70 0 0.44 0.03 0.72 303.75 0.29 0.22
Hex 48 28 46 0 2C 3 48 130 1D 16
Octal 110 50 106 0 54 3 110 460 35 26
Binary 1001000 101000 1000110 0 101100 11 1001000 100110000 11101 10110

Color Harmonies of #482846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482846

Black with #482846

Text Example


Text Example

White with #482846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482846; }

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

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

background-color css

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

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

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

border-color css

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

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

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