#473045

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

Shades of Loulou #473045

Tints of Loulou #473045

Color information

#473045 (or 0x473045) is unknown color: approx Loulou. HEX triplet: 47, 30 and 45. RGB value is (71,48,69). Sum of RGB (Red+Green+Blue) = 71+48+69=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473045 is #B8CFBA. Grayscale: #393939. Windows color (decimal): -12111803 or 4534343. OLE color: 4534343.

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

Color convert

RGB714869-
CMYK00.320.030.72
HSL305.22º19.33%23.33%-
HSV(B)305.22º32.39%27.84%-
XYZ4.733.886.13-
YUV57.27134.62137.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.77%
GREEN value IS 48 (19.14% from 255) = 25.53%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=37.77%
G=25.53%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71486900.320.030.72305.2219.3323.33
Hex4730450203481311317
Octal1076010504031104612327
Binary1000111110000100010101000001110010001001100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473045; }

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

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

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

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

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

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

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

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