Html Css Color HEX #4F2644 Loulou

📋 copy color: '#4F2644'

red 79 ◦ green 38 ◦ blue 68

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

Shades of Loulou #4F2644

Tints of Loulou #4F2644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 42.7%
G = 20.54%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#4F2644 (or 0x4F2644) is known color: Loulou. HEX triplet: 4F, 26 and 44. RGB value is (79,38,68). Sum of RGB (Red+Green+Blue) = 79+38+68=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2644 is #B0D9BB. Grayscale: #353535. Windows color (decimal): -11590076 or 4466255. OLE color: 4466255.

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

Color convert

RGB 79 38 68 -
CMYK 0 0.52 0.14 0.69
HSL 316.1º 0.35% 0.23% -
HSV(B) 316.1º 0.52% 0.31% -
XYZ 4.96 3.47 5.88 -
YUV 53.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 79 38 68 0 0.52 0.14 0.69 316.1 0.35 0.23
Hex 4F 26 44 0 34 E 45 13C 23 17
Octal 117 46 104 0 64 16 105 474 43 27
Binary 1001111 100110 1000100 0 110100 1110 1000101 100111100 100011 10111

Color Harmonies of #4F2644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F2644

Black with #4F2644

Text Example


Text Example

White with #4F2644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,38,68); }

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

background-color css

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

 a { background-color: rgb(79,38,68); }

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

border-color css

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

 span { border-color: rgb(79,38,68); }

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