Html Css Color HEX #4F2A48 Loulou

📋 copy color: '#4F2A48'

red 79 ◦ green 42 ◦ blue 72

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

Shades of Loulou #4F2A48

Tints of Loulou #4F2A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.76%

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 40.93%
G = 21.76%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2A48 (or 0x4F2A48) is known color: Loulou. HEX triplet: 4F, 2A and 48. RGB value is (79,42,72). Sum of RGB (Red+Green+Blue) = 79+42+72=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A48 is #B0D5B7. Grayscale: #383838. Windows color (decimal): -11589048 or 4729423. OLE color: 4729423.

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

Color convert

RGB 79 42 72 -
CMYK 0 0.47 0.09 0.69
HSL 311.35º 0.31% 0.24% -
HSV(B) 311.35º 0.47% 0.31% -
XYZ 5.22 3.79 6.59 -
YUV 56.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 79 42 72 0 0.47 0.09 0.69 311.35 0.31 0.24
Hex 4F 2A 48 0 2F 9 45 137 1F 18
Octal 117 52 110 0 57 11 105 467 37 30
Binary 1001111 101010 1001000 0 101111 1001 1000101 100110111 11111 11000

Color Harmonies of #4F2A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2A48

Black with #4F2A48

Text Example


Text Example

White with #4F2A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,42,72); }

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

background-color css

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

 a { background-color: rgb(79,42,72); }

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

border-color css

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

 span { border-color: rgb(79,42,72); }

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