#4F1C47

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

Shades of Loulou #4F1C47

Tints of Loulou #4F1C47

Color information

#4F1C47 (or 0x4F1C47) is unknown color: approx Loulou. HEX triplet: 4F, 1C and 47. RGB value is (79,28,71). Sum of RGB (Red+Green+Blue) = 79+28+71=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C47 is #B0E3B8. Grayscale: #303030. Windows color (decimal): -11592633 or 4660303. OLE color: 4660303.

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

Color convert

RGB792871-
CMYK00.650.100.69
HSL309.41º47.66%20.98%-
HSV(B)309.41º64.56%30.98%-
XYZ4.782.956.28-
YUV48.15140.9150-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=44.38%
G=15.73%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79287100.650.100.69309.4147.6620.98
Hex4F1C47041A451353015
Octal117341070101121054656025
Binary1001111111001000111010000011010100010110011010111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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