Html Css Color HEX #482346 Loulou

📋 copy color: '#482346'

red 72 ◦ green 35 ◦ blue 70

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

Shades of Loulou #482346

Tints of Loulou #482346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.77%

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

R = 40.68%
G = 19.77%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482346 (or 0x482346) is known color: Loulou. HEX triplet: 48, 23 and 46. RGB value is (72,35,70). Sum of RGB (Red+Green+Blue) = 72+35+70=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #482346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482346 is #B7DCB9. Grayscale: #313131. Windows color (decimal): -12049594 or 4596552. OLE color: 4596552.

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

Color convert

RGB 72 35 70 -
CMYK 0 0.51 0.03 0.72
HSL 303.24º 0.35% 0.21% -
HSV(B) 303.24º 0.51% 0.28% -
XYZ 4.38 3.02 6.15 -
YUV 50.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 72 35 70 0 0.51 0.03 0.72 303.24 0.35 0.21
Hex 48 23 46 0 33 3 48 12F 23 15
Octal 110 43 106 0 63 3 110 457 43 25
Binary 1001000 100011 1000110 0 110011 11 1001000 100101111 100011 10101

Color Harmonies of #482346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482346

Black with #482346

Text Example


Text Example

White with #482346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482346; }

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

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

background-color css

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

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

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

border-color css

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

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

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