#4F234B

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

Shades of Loulou #4F234B

Tints of Loulou #4F234B

Color information

#4F234B (or 0x4F234B) is unknown color: approx Loulou. HEX triplet: 4F, 23 and 4B. RGB value is (79,35,75). Sum of RGB (Red+Green+Blue) = 79+35+75=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F234B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F234B is #B0DCB4. Grayscale: #343434. Windows color (decimal): -11590837 or 4924239. OLE color: 4924239.

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

Color convert

RGB793575-
CMYK00.560.050.69
HSL305.45º38.6%22.35%-
HSV(B)305.45º55.7%30.98%-
XYZ5.13.377.04-
YUV52.72140.58146.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.80%
GREEN value IS 35 (14.06% from 255) = 18.52%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=41.80%
G=18.52%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79357500.560.050.69305.4538.622.35
Hex4F234B0385451312716
Octal1174311307051054614726
Binary100111110001110010110111000101100010110011000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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