#4F1C42

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

Shades of Loulou #4F1C42

Tints of Loulou #4F1C42

Color information

#4F1C42 (or 0x4F1C42) is unknown color: approx Loulou. HEX triplet: 4F, 1C and 42. RGB value is (79,28,66). Sum of RGB (Red+Green+Blue) = 79+28+66=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1C42 is #B0E3BD. Grayscale: #2F2F2F. Windows color (decimal): -11592638 or 4332623. OLE color: 4332623.

HSL color Cylindrical-coordinate representation of color #4F1C42: hue angle of 315.29º 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 #4F1C42 is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB792866-
CMYK00.650.160.69
HSL315.29º47.66%20.98%-
HSV(B)315.29º64.56%30.98%-
XYZ4.622.895.47-
YUV47.58138.4150.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 45.66%
GREEN value IS 28 (11.33% from 255) = 16.18%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=45.66%
G=16.18%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79286600.650.160.69315.2947.6620.98
Hex4F1C42041104513b3015
Octal117341020101201054736025
Binary10011111110010000100100000110000100010110011101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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