#4F1B47

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

Shades of Loulou #4F1B47

Tints of Loulou #4F1B47

Color information

#4F1B47 (or 0x4F1B47) is unknown color: approx Loulou. HEX triplet: 4F, 1B and 47. RGB value is (79,27,71). Sum of RGB (Red+Green+Blue) = 79+27+71=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B47 is #B0E4B8. Grayscale: #2F2F2F. Windows color (decimal): -11592889 or 4660047. OLE color: 4660047.

HSL color Cylindrical-coordinate representation of color #4F1B47: hue angle of 309.23º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1B47 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB792771-
CMYK00.660.100.69
HSL309.23º49.06%20.78%-
HSV(B)309.23º65.82%30.98%-
XYZ4.752.96.27-
YUV47.56141.23150.42-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.63%
GREEN value IS 27 (10.94% from 255) = 15.25%
BLUE value IS 71 (28.12% from 255) = 40.11%
R=44.63%
G=15.25%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79277100.660.100.69309.2349.0620.78
Hex4F1B47042A451353115
Octal117331070102121054656125
Binary1001111110111000111010000101010100010110011010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F1B47; }

 p { color: rgb(79,27,71); }

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

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

 a { background-color: rgb(79,27,71); }

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

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

 span { border-color: rgb(79,27,71); }

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