Html Css Color HEX #4F144A Loulou

📋 copy color: '#4F144A'

red 79 ◦ green 20 ◦ blue 74

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

Shades of Loulou #4F144A

Tints of Loulou #4F144A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

 BLUE value IS 74 (29.3% from 255) = 42.77%

R = 45.66%
G = 11.56%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#4F144A (or 0x4F144A) is known color: Loulou. HEX triplet: 4F, 14 and 4A. RGB value is (79,20,74). Sum of RGB (Red+Green+Blue) = 79+20+74=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 79 - color contains mainly: red. Hex color #4F144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F144A is #B0EBB5. Grayscale: #2B2B2B. Windows color (decimal): -11594678 or 4854863. OLE color: 4854863.

HSL color Cylindrical-coordinate representation of color #4F144A: hue angle of 305.08º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F144A is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 20 74 -
CMYK 0 0.75 0.06 0.69
HSL 305.08º 0.6% 0.19% -
HSV(B) 305.08º 0.75% 0.31% -
XYZ 4.71 2.66 6.74 -
YUV 43.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 79 20 74 0 0.75 0.06 0.69 305.08 0.6 0.19
Hex 4F 14 4A 0 4B 6 45 131 3C 13
Octal 117 24 112 0 113 6 105 461 74 23
Binary 1001111 10100 1001010 0 1001011 110 1000101 100110001 111100 10011

Color Harmonies of #4F144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F144A

Black with #4F144A

Text Example


Text Example

White with #4F144A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,20,74); }

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

background-color css

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

 a { background-color: rgb(79,20,74); }

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

border-color css

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

 span { border-color: rgb(79,20,74); }

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