Html Css Color HEX #4F1B48 Loulou

📋 copy color: '#4F1B48'

red 79 ◦ green 27 ◦ blue 72

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

Shades of Loulou #4F1B48

Tints of Loulou #4F1B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.17%

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

R = 44.38%
G = 15.17%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4F1B48 (or 0x4F1B48) is known color: Loulou. HEX triplet: 4F, 1B and 48. RGB value is (79,27,72). Sum of RGB (Red+Green+Blue) = 79+27+72=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1B48 is #B0E4B7. Grayscale: #2F2F2F. Windows color (decimal): -11592888 or 4725583. OLE color: 4725583.

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

Color convert

RGB 79 27 72 -
CMYK 0 0.66 0.09 0.69
HSL 308.08º 0.49% 0.21% -
HSV(B) 308.08º 0.66% 0.31% -
XYZ 4.79 2.91 6.44 -
YUV 47.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 79 27 72 0 0.66 0.09 0.69 308.08 0.49 0.21
Hex 4F 1B 48 0 42 9 45 134 31 15
Octal 117 33 110 0 102 11 105 464 61 25
Binary 1001111 11011 1001000 0 1000010 1001 1000101 100110100 110001 10101

Color Harmonies of #4F1B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1B48

Black with #4F1B48

Text Example


Text Example

White with #4F1B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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