#483946

Color #483946 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #483946

Tints of Loulou #483946

Color information

#483946 (or 0x483946) is unknown color: approx Loulou. HEX triplet: 48, 39 and 46. RGB value is (72,57,70). Sum of RGB (Red+Green+Blue) = 72+57+70=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483946 is #B7C6B9. Grayscale: #3E3E3E. Windows color (decimal): -12043962 or 4602184. OLE color: 4602184.

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

Color convert

RGB725770-
CMYK00.210.030.72
HSL308º11.63%25.29%-
HSV(B)308º20.83%28.24%-
XYZ5.244.756.43-
YUV62.97131.97134.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=36.18%
G=28.64%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72577000.210.030.7230811.6325.29
Hex483946015348134c19
Octal1107110602531104641431
Binary10010001110011000110010101111001000100110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483946; }

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

 H1.HeaderClassName
 {
   color: #483946;
 }
 .AnyTagClassName
 {
   color: #483946;
 }
</style>
background-color css

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

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

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

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

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

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