Html Css Color HEX #482546 Loulou

📋 copy color: '#482546'

red 72 ◦ green 37 ◦ blue 70

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

Shades of Loulou #482546

Tints of Loulou #482546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.67%

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

R = 40.22%
G = 20.67%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482546 (or 0x482546) is known color: Loulou. HEX triplet: 48, 25 and 46. RGB value is (72,37,70). Sum of RGB (Red+Green+Blue) = 72+37+70=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 72 - color contains mainly: red. Hex color #482546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482546 is #B7DAB9. Grayscale: #333333. Windows color (decimal): -12049082 or 4597064. OLE color: 4597064.

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

Color convert

RGB 72 37 70 -
CMYK 0 0.49 0.03 0.72
HSL 303.43º 0.32% 0.21% -
HSV(B) 303.43º 0.49% 0.28% -
XYZ 4.44 3.14 6.17 -
YUV 51.23 138.6 142.82 -
System Red Green Blue C M Y K H S L
Decimal 72 37 70 0 0.49 0.03 0.72 303.43 0.32 0.21
Hex 48 25 46 0 31 3 48 12F 20 15
Octal 110 45 106 0 61 3 110 457 40 25
Binary 1001000 100101 1000110 0 110001 11 1001000 100101111 100000 10101

Color Harmonies of #482546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482546

Black with #482546

Text Example


Text Example

White with #482546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482546; }

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

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

background-color css

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

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

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

border-color css

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

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

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