Html Css Color HEX #481F46 Loulou

📋 copy color: '#481F46'

red 72 ◦ green 31 ◦ blue 70

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

Shades of Loulou #481F46

Tints of Loulou #481F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.92%

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

R = 41.62%
G = 17.92%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#481F46 (or 0x481F46) is known color: Loulou. HEX triplet: 48, 1F and 46. RGB value is (72,31,70). Sum of RGB (Red+Green+Blue) = 72+31+70=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #481F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F46 is #B7E0B9. Grayscale: #2F2F2F. Windows color (decimal): -12050618 or 4595528. OLE color: 4595528.

HSL color Cylindrical-coordinate representation of color #481F46: hue angle of 302.93º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F46 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 70 -
CMYK 0 0.57 0.03 0.72
HSL 302.93º 0.4% 0.2% -
HSV(B) 302.93º 0.57% 0.28% -
XYZ 4.27 2.8 6.11 -
YUV 47.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 72 31 70 0 0.57 0.03 0.72 302.93 0.4 0.2
Hex 48 1F 46 0 39 3 48 12F 28 14
Octal 110 37 106 0 71 3 110 457 50 24
Binary 1001000 11111 1000110 0 111001 11 1001000 100101111 101000 10100

Color Harmonies of #481F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F46

Black with #481F46

Text Example


Text Example

White with #481F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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