Html Css Color HEX #482246 Loulou

📋 copy color: '#482246'

red 72 ◦ green 34 ◦ blue 70

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

Shades of Loulou #482246

Tints of Loulou #482246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.32%

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

R = 40.91%
G = 19.32%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482246 (or 0x482246) is known color: Loulou. HEX triplet: 48, 22 and 46. RGB value is (72,34,70). Sum of RGB (Red+Green+Blue) = 72+34+70=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #482246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482246 is #B7DDB9. Grayscale: #313131. Windows color (decimal): -12049850 or 4596296. OLE color: 4596296.

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

Color convert

RGB 72 34 70 -
CMYK 0 0.53 0.03 0.72
HSL 303.16º 0.36% 0.21% -
HSV(B) 303.16º 0.53% 0.28% -
XYZ 4.35 2.96 6.14 -
YUV 49.47 139.59 144.07 -
System Red Green Blue C M Y K H S L
Decimal 72 34 70 0 0.53 0.03 0.72 303.16 0.36 0.21
Hex 48 22 46 0 35 3 48 12F 24 15
Octal 110 42 106 0 65 3 110 457 44 25
Binary 1001000 100010 1000110 0 110101 11 1001000 100101111 100100 10101

Color Harmonies of #482246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482246

Black with #482246

Text Example


Text Example

White with #482246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482246; }

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

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

background-color css

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

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

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

border-color css

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

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

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