Html Css Color HEX #4F2248 Loulou

📋 copy color: '#4F2248'

red 79 ◦ green 34 ◦ blue 72

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

Shades of Loulou #4F2248

Tints of Loulou #4F2248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.38%

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

R = 42.7%
G = 18.38%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F2248 (or 0x4F2248) is known color: Loulou. HEX triplet: 4F, 22 and 48. RGB value is (79,34,72). Sum of RGB (Red+Green+Blue) = 79+34+72=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2248 is #B0DDB7. Grayscale: #333333. Windows color (decimal): -11591096 or 4727375. OLE color: 4727375.

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

Color convert

RGB 79 34 72 -
CMYK 0 0.57 0.09 0.69
HSL 309.33º 0.4% 0.22% -
HSV(B) 309.33º 0.57% 0.31% -
XYZ 4.97 3.27 6.5 -
YUV 51.79 139.41 147.41 -
System Red Green Blue C M Y K H S L
Decimal 79 34 72 0 0.57 0.09 0.69 309.33 0.4 0.22
Hex 4F 22 48 0 39 9 45 135 28 16
Octal 117 42 110 0 71 11 105 465 50 26
Binary 1001111 100010 1001000 0 111001 1001 1000101 100110101 101000 10110

Color Harmonies of #4F2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2248

Black with #4F2248

Text Example


Text Example

White with #4F2248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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