#463345

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

Shades of Loulou #463345

Tints of Loulou #463345

Color information

#463345 (or 0x463345) is unknown color: approx Loulou. HEX triplet: 46, 33 and 45. RGB value is (70,51,69). Sum of RGB (Red+Green+Blue) = 70+51+69=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 70 - color contains mainly: red. Hex color #463345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463345 is #B9CCBA. Grayscale: #3A3A3A. Windows color (decimal): -12176571 or 4535110. OLE color: 4535110.

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

Color convert

RGB705169-
CMYK00.270.010.73
HSL303.16º15.7%23.73%-
HSV(B)303.16º27.14%27.45%-
XYZ4.784.16.17-
YUV58.73133.79136.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=36.84%
G=26.84%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70516900.270.010.73303.1615.723.73
Hex46334501B14912f1018
Octal1066310503311114572030
Binary10001101100111000101011011110010011001011111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463345; }

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

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

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

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

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

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

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

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