#4F254A

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

Shades of Loulou #4F254A

Tints of Loulou #4F254A

Color information

#4F254A (or 0x4F254A) is unknown color: approx Loulou. HEX triplet: 4F, 25 and 4A. RGB value is (79,37,74). Sum of RGB (Red+Green+Blue) = 79+37+74=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F254A is #B0DAB5. Grayscale: #353535. Windows color (decimal): -11590326 or 4859215. OLE color: 4859215.

HSL color Cylindrical-coordinate representation of color #4F254A: hue angle of 307.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F254A is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB793774-
CMYK00.530.060.69
HSL307.14º36.21%22.75%-
HSV(B)307.14º53.16%30.98%-
XYZ5.123.486.88-
YUV53.78139.41145.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=41.58%
G=19.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79377400.530.060.69307.1436.2122.75
Hex4F254A0356451332417
Octal1174511206561054634427
Binary100111110010110010100110101110100010110011001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,74); }

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

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

 a { background-color: rgb(79,37,74); }

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

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

 span { border-color: rgb(79,37,74); }

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