#462844

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

Shades of Loulou #462844

Tints of Loulou #462844

Color information

#462844 (or 0x462844) is unknown color: approx Loulou. HEX triplet: 46, 28 and 44. RGB value is (70,40,68). Sum of RGB (Red+Green+Blue) = 70+40+68=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #462844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462844 is #B9D7BB. Grayscale: #343434. Windows color (decimal): -12179388 or 4466758. OLE color: 4466758.

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

Color convert

RGB704068-
CMYK00.430.030.73
HSL304º27.27%21.57%-
HSV(B)304º42.86%27.45%-
XYZ4.333.245.87-
YUV52.16136.94140.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.33%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 68 (26.95% from 255) = 38.20%
R=39.33%
G=22.47%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70406800.430.030.7330427.2721.57
Hex46284402B3491301b16
Octal1065010405331114603326
Binary1000110101000100010001010111110010011001100001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462844; }

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

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

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

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

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

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

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

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