#462A44

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

Shades of Loulou #462A44

Tints of Loulou #462A44

Color information

#462A44 (or 0x462A44) is unknown color: approx Loulou. HEX triplet: 46, 2A and 44. RGB value is (70,42,68). Sum of RGB (Red+Green+Blue) = 70+42+68=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #462A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A44 is #B9D5BB. Grayscale: #353535. Windows color (decimal): -12178876 or 4467270. OLE color: 4467270.

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

Color convert

RGB704268-
CMYK00.400.030.73
HSL304.29º25%21.96%-
HSV(B)304.29º40%27.45%-
XYZ4.43.385.89-
YUV53.34136.28139.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 42 (16.80% from 255) = 23.33%
BLUE value IS 68 (26.95% from 255) = 37.78%
R=38.89%
G=23.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70426800.400.030.73304.292521.96
Hex462A440283491301916
Octal1065210405031114603126
Binary1000110101010100010001010001110010011001100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462A44; }

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

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

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

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

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

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

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

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