#463044

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

Shades of Loulou #463044

Tints of Loulou #463044

Color information

#463044 (or 0x463044) is unknown color: approx Loulou. HEX triplet: 46, 30 and 44. RGB value is (70,48,68). Sum of RGB (Red+Green+Blue) = 70+48+68=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #463044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463044 is #B9CFBB. Grayscale: #383838. Windows color (decimal): -12177340 or 4468806. OLE color: 4468806.

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

Color convert

RGB704868-
CMYK00.310.030.73
HSL305.45º18.64%23.14%-
HSV(B)305.45º31.43%27.45%-
XYZ4.633.835.96-
YUV56.86134.29137.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.63%
GREEN value IS 48 (19.14% from 255) = 25.81%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=37.63%
G=25.81%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70486800.310.030.73305.4518.6423.14
Hex46304401F3491311317
Octal1066010403731114612327
Binary100011011000010001000111111110010011001100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463044; }

 p { color: rgb(70,48,68); }

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

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

 a { background-color: rgb(70,48,68); }

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

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

 span { border-color: rgb(70,48,68); }

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