#463144

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

Shades of Loulou #463144

Tints of Loulou #463144

Color information

#463144 (or 0x463144) is unknown color: approx Loulou. HEX triplet: 46, 31 and 44. RGB value is (70,49,68). Sum of RGB (Red+Green+Blue) = 70+49+68=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463144 is #B9CEBB. Grayscale: #393939. Windows color (decimal): -12177084 or 4469062. OLE color: 4469062.

HSL color Cylindrical-coordinate representation of color #463144: hue angle of 305.71º 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 #463144 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB704968-
CMYK00.300.030.73
HSL305.71º17.65%23.33%-
HSV(B)305.71º30%27.45%-
XYZ4.673.925.98-
YUV57.44133.96136.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 68 (26.95% from 255) = 36.36%
R=37.43%
G=26.20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70496800.300.030.73305.7117.6523.33
Hex46314401E3491321217
Octal1066110403631114622227
Binary100011011000110001000111101110010011001100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463144; }

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

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

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

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

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

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

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

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