Html Css Color HEX #4F194B Loulou

📋 copy color: '#4F194B'

red 79 ◦ green 25 ◦ blue 75

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

Shades of Loulou #4F194B

Tints of Loulou #4F194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 44.13%
G = 13.97%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F194B (or 0x4F194B) is known color: Loulou. HEX triplet: 4F, 19 and 4B. RGB value is (79,25,75). Sum of RGB (Red+Green+Blue) = 79+25+75=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F194B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F194B is #B0E6B4. Grayscale: #2E2E2E. Windows color (decimal): -11593397 or 4921679. OLE color: 4921679.

HSL color Cylindrical-coordinate representation of color #4F194B: hue angle of 304.44º 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 #4F194B is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 25 75 -
CMYK 0 0.68 0.05 0.69
HSL 304.44º 0.52% 0.2% -
HSV(B) 304.44º 0.68% 0.31% -
XYZ 4.84 2.87 6.95 -
YUV 46.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 79 25 75 0 0.68 0.05 0.69 304.44 0.52 0.2
Hex 4F 19 4B 0 44 5 45 130 34 14
Octal 117 31 113 0 104 5 105 460 64 24
Binary 1001111 11001 1001011 0 1000100 101 1000101 100110000 110100 10100

Color Harmonies of #4F194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F194B

Black with #4F194B

Text Example


Text Example

White with #4F194B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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