Html Css Color HEX #4F204B Loulou

📋 copy color: '#4F204B'

red 79 ◦ green 32 ◦ blue 75

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

Shades of Loulou #4F204B

Tints of Loulou #4F204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 42.47%
G = 17.2%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#4F204B (or 0x4F204B) is known color: Loulou. HEX triplet: 4F, 20 and 4B. RGB value is (79,32,75). Sum of RGB (Red+Green+Blue) = 79+32+75=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 79 - color contains mainly: red. Hex color #4F204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F204B is #B0DFB4. Grayscale: #323232. Windows color (decimal): -11591605 or 4923471. OLE color: 4923471.

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

Color convert

RGB 79 32 75 -
CMYK 0 0.59 0.05 0.69
HSL 305.11º 0.42% 0.22% -
HSV(B) 305.11º 0.59% 0.31% -
XYZ 5.01 3.2 7.01 -
YUV 50.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 79 32 75 0 0.59 0.05 0.69 305.11 0.42 0.22
Hex 4F 20 4B 0 3B 5 45 131 2A 16
Octal 117 40 113 0 73 5 105 461 52 26
Binary 1001111 100000 1001011 0 111011 101 1000101 100110001 101010 10110

Color Harmonies of #4F204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F204B

Black with #4F204B

Text Example


Text Example

White with #4F204B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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