#463945

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

Shades of Loulou #463945

Tints of Loulou #463945

Color information

#463945 (or 0x463945) is unknown color: approx Loulou. HEX triplet: 46, 39 and 45. RGB value is (70,57,69). Sum of RGB (Red+Green+Blue) = 70+57+69=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 70 - color contains mainly: red. Hex color #463945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463945 is #B9C6BA. Grayscale: #3E3E3E. Windows color (decimal): -12175035 or 4536646. OLE color: 4536646.

HSL color Cylindrical-coordinate representation of color #463945: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #463945 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB705769-
CMYK00.190.010.73
HSL304.62º10.24%24.9%-
HSV(B)304.62º18.57%27.45%-
XYZ5.064.666.26-
YUV62.26131.81133.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 69 (27.34% from 255) = 35.20%
R=35.71%
G=29.08%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70576900.190.010.73304.6210.2424.9
Hex463945013149131a19
Octal1067110502311114611231
Binary1000110111001100010101001111001001100110001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463945; }

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

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

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

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

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

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

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

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