#463445

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

Shades of Loulou #463445

Tints of Loulou #463445

Color information

#463445 (or 0x463445) is unknown color: approx Loulou. HEX triplet: 46, 34 and 45. RGB value is (70,52,69). Sum of RGB (Red+Green+Blue) = 70+52+69=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 70 - color contains mainly: red. Hex color #463445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463445 is #B9CBBA. Grayscale: #3B3B3B. Windows color (decimal): -12176315 or 4535366. OLE color: 4535366.

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

Color convert

RGB705269-
CMYK00.260.010.73
HSL303.33º14.75%23.92%-
HSV(B)303.33º25.71%27.45%-
XYZ4.834.196.18-
YUV59.32133.46135.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.65%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=36.65%
G=27.23%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526900.260.010.73303.3314.7523.92
Hex46344501A14912ff18
Octal1066410503211114571730
Binary1000110110100100010101101011001001100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463445; }

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

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

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

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

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

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

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

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