Html Css Color HEX #4F2D4C Loulou

📋 copy color: '#4F2D4C'

red 79 ◦ green 45 ◦ blue 76

#4F2D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #4F2D4C

Tints of Loulou #4F2D4C

RGB

 RED value IS 79 (31.25% from 255) = 39.5%

 GREEN value IS 45 (17.97% from 255) = 22.5%

 BLUE value IS 76 (30.08% from 255) = 38%

R = 39.5%
G = 22.5%
B = 38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#4F2D4C (or 0x4F2D4C) is known color: Loulou. HEX triplet: 4F, 2D and 4C. RGB value is (79,45,76). Sum of RGB (Red+Green+Blue) = 79+45+76=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2D4C is #B0D2B3. Grayscale: #3A3A3A. Windows color (decimal): -11588276 or 4992335. OLE color: 4992335.

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

Color convert

RGB 79 45 76 -
CMYK 0 0.43 0.04 0.69
HSL 305.29º 0.27% 0.24% -
HSV(B) 305.29º 0.43% 0.31% -
XYZ 5.47 4.06 7.33 -
YUV 58.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 79 45 76 0 0.43 0.04 0.69 305.29 0.27 0.24
Hex 4F 2D 4C 0 2B 4 45 131 1B 18
Octal 117 55 114 0 53 4 105 461 33 30
Binary 1001111 101101 1001100 0 101011 100 1000101 100110001 11011 11000

Color Harmonies of #4F2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2D4C

Black with #4F2D4C

Text Example


Text Example

White with #4F2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,45,76); }

 H1.HeaderClassName
 {
   color: #4F2D4C;
 }
 .AnyTagClassName
 {
   color: #4F2D4C;
 }
</style>

background-color css

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

 a { background-color: rgb(79,45,76); }

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

border-color css

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

 span { border-color: rgb(79,45,76); }

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