#463145

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

Shades of Loulou #463145

Tints of Loulou #463145

Color information

#463145 (or 0x463145) is unknown color: approx Loulou. HEX triplet: 46, 31 and 45. RGB value is (70,49,69). Sum of RGB (Red+Green+Blue) = 70+49+69=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #463145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463145 is #B9CEBA. Grayscale: #393939. Windows color (decimal): -12177083 or 4534598. OLE color: 4534598.

HSL color Cylindrical-coordinate representation of color #463145: hue angle of 302.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463145 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB704969-
CMYK00.300.010.73
HSL302.86º17.65%23.33%-
HSV(B)302.86º30%27.45%-
XYZ4.73.936.14-
YUV57.56134.46136.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=37.23%
G=26.06%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70496900.300.010.73302.8617.6523.33
Hex46314501E14912f1217
Octal1066110503611114572227
Binary10001101100011000101011110110010011001011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463145; }

 p { color: rgb(70,49,69); }

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

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

 a { background-color: rgb(70,49,69); }

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

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

 span { border-color: rgb(70,49,69); }

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