Html Css Color HEX #4F214B Loulou

📋 copy color: '#4F214B'

red 79 ◦ green 33 ◦ blue 75

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

Shades of Loulou #4F214B

Tints of Loulou #4F214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 42.25%
G = 17.65%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F214B (or 0x4F214B) is known color: Loulou. HEX triplet: 4F, 21 and 4B. RGB value is (79,33,75). Sum of RGB (Red+Green+Blue) = 79+33+75=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F214B is #B0DEB4. Grayscale: #333333. Windows color (decimal): -11591349 or 4923727. OLE color: 4923727.

HSL color Cylindrical-coordinate representation of color #4F214B: hue angle of 305.22º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F214B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 33 75 -
CMYK 0 0.58 0.05 0.69
HSL 305.22º 0.41% 0.22% -
HSV(B) 305.22º 0.58% 0.31% -
XYZ 5.04 3.26 7.02 -
YUV 51.54 141.24 147.58 -
System Red Green Blue C M Y K H S L
Decimal 79 33 75 0 0.58 0.05 0.69 305.22 0.41 0.22
Hex 4F 21 4B 0 3A 5 45 131 29 16
Octal 117 41 113 0 72 5 105 461 51 26
Binary 1001111 100001 1001011 0 111010 101 1000101 100110001 101001 10110

Color Harmonies of #4F214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F214B

Black with #4F214B

Text Example


Text Example

White with #4F214B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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