#4F2B4A

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

Shades of Loulou #4F2B4A

Tints of Loulou #4F2B4A

Color information

#4F2B4A (or 0x4F2B4A) is unknown color: approx Loulou. HEX triplet: 4F, 2B and 4A. RGB value is (79,43,74). Sum of RGB (Red+Green+Blue) = 79+43+74=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2B4A is #B0D4B5. Grayscale: #393939. Windows color (decimal): -11588790 or 4860751. OLE color: 4860751.

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

Color convert

RGB794374-
CMYK00.460.060.69
HSL308.33º29.51%23.92%-
HSV(B)308.33º45.57%30.98%-
XYZ5.323.886.95-
YUV57.3137.43143.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.31%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=40.31%
G=21.94%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79437400.460.060.69308.3329.5123.92
Hex4F2B4A02E6451341e18
Octal1175311205661054643630
Binary10011111010111001010010111011010001011001101001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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