#463045

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

Shades of Loulou #463045

Tints of Loulou #463045

Color information

#463045 (or 0x463045) is unknown color: approx Loulou. HEX triplet: 46, 30 and 45. RGB value is (70,48,69). Sum of RGB (Red+Green+Blue) = 70+48+69=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #463045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463045 is #B9CFBA. Grayscale: #383838. Windows color (decimal): -12177339 or 4534342. OLE color: 4534342.

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

Color convert

RGB704869-
CMYK00.310.010.73
HSL302.73º18.64%23.14%-
HSV(B)302.73º31.43%27.45%-
XYZ4.663.856.13-
YUV56.97134.79137.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=37.43%
G=25.67%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70486900.310.010.73302.7318.6423.14
Hex46304501F14912f1317
Octal1066010503711114572327
Binary10001101100001000101011111110010011001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463045; }

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

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

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

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

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

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

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

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