#4F2F4B

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

Shades of Loulou #4F2F4B

Tints of Loulou #4F2F4B

Color information

#4F2F4B (or 0x4F2F4B) is unknown color: approx Loulou. HEX triplet: 4F, 2F and 4B. RGB value is (79,47,75). Sum of RGB (Red+Green+Blue) = 79+47+75=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F4B is #B0D0B4. Grayscale: #3B3B3B. Windows color (decimal): -11587765 or 4927311. OLE color: 4927311.

HSL color Cylindrical-coordinate representation of color #4F2F4B: hue angle of 307.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F4B is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB794775-
CMYK00.410.050.69
HSL307.5º25.4%24.71%-
HSV(B)307.5º40.51%30.98%-
XYZ5.514.27.18-
YUV59.76136.6141.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 39.30%
GREEN value IS 47 (18.75% from 255) = 23.38%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=39.30%
G=23.38%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79477500.410.050.69307.525.424.71
Hex4F2F4B0295451341919
Octal1175711305151054643131
Binary10011111011111001011010100110110001011001101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,75); }

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

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

 a { background-color: rgb(79,47,75); }

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

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

 span { border-color: rgb(79,47,75); }

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