Html Css Color HEX #4F1947 Loulou

📋 copy color: '#4F1947'

red 79 ◦ green 25 ◦ blue 71

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

Shades of Loulou #4F1947

Tints of Loulou #4F1947

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.29%

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 45.14%
G = 14.29%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4F1947 (or 0x4F1947) is known color: Loulou. HEX triplet: 4F, 19 and 47. RGB value is (79,25,71). Sum of RGB (Red+Green+Blue) = 79+25+71=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1947 is #B0E6B8. Grayscale: #2E2E2E. Windows color (decimal): -11593401 or 4659535. OLE color: 4659535.

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

Color convert

RGB 79 25 71 -
CMYK 0 0.68 0.10 0.69
HSL 308.89º 0.52% 0.2% -
HSV(B) 308.89º 0.68% 0.31% -
XYZ 4.71 2.81 6.26 -
YUV 46.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 79 25 71 0 0.68 0.10 0.69 308.89 0.52 0.2
Hex 4F 19 47 0 44 A 45 135 34 14
Octal 117 31 107 0 104 12 105 465 64 24
Binary 1001111 11001 1000111 0 1000100 1010 1000101 100110101 110100 10100

Color Harmonies of #4F1947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1947

Black with #4F1947

Text Example


Text Example

White with #4F1947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,71); }

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

background-color css

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

 a { background-color: rgb(79,25,71); }

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

border-color css

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

 span { border-color: rgb(79,25,71); }

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