Html Css Color HEX #4F2549 Loulou

📋 copy color: '#4F2549'

red 79 ◦ green 37 ◦ blue 73

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

Shades of Loulou #4F2549

Tints of Loulou #4F2549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 73 (28.91% from 255) = 38.62%

R = 41.8%
G = 19.58%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.69

RGB Variations

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

Color information

#4F2549 (or 0x4F2549) is known color: Loulou. HEX triplet: 4F, 25 and 49. RGB value is (79,37,73). Sum of RGB (Red+Green+Blue) = 79+37+73=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 73 (28.91% from 255 or 38.62% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2549 is #B0DAB6. Grayscale: #353535. Windows color (decimal): -11590327 or 4793679. OLE color: 4793679.

HSL color Cylindrical-coordinate representation of color #4F2549: hue angle of 308.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F2549 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 37 73 -
CMYK 0 0.53 0.08 0.69
HSL 308.57º 0.36% 0.23% -
HSV(B) 308.57º 0.53% 0.31% -
XYZ 5.09 3.47 6.7 -
YUV 53.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 79 37 73 0 0.53 0.08 0.69 308.57 0.36 0.23
Hex 4F 25 49 0 35 8 45 135 24 17
Octal 117 45 111 0 65 10 105 465 44 27
Binary 1001111 100101 1001001 0 110101 1000 1000101 100110101 100100 10111

Color Harmonies of #4F2549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2549

Black with #4F2549

Text Example


Text Example

White with #4F2549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,37,73); }

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

background-color css

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

 a { background-color: rgb(79,37,73); }

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

border-color css

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

 span { border-color: rgb(79,37,73); }

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