#4F0E47

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

Shades of Loulou #4F0E47

Tints of Loulou #4F0E47

Color information

#4F0E47 (or 0x4F0E47) is unknown color: approx Loulou. HEX triplet: 4F, 0E and 47. RGB value is (79,14,71). Sum of RGB (Red+Green+Blue) = 79+14+71=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 14 (5.86% from 255 or 8.54% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0E47 is #B0F1B8. Grayscale: #272727. Windows color (decimal): -11596217 or 4656719. OLE color: 4656719.

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

Color convert

RGB791471-
CMYK00.820.100.69
HSL307.38º69.89%18.24%-
HSV(B)307.38º82.28%30.98%-
XYZ4.522.436.19-
YUV39.93145.53155.87-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 14 (5.86% from 255) = 8.54%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=48.17%
G=8.54%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79147100.820.100.69307.3869.8918.24
Hex4FE47052A451334612
Octal1171610701221210546310622
Binary1001111111010001110101001010101000101100110011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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