Html Css Color HEX #4C2F4B Loulou

📋 copy color: '#4C2F4B'

red 76 ◦ green 47 ◦ blue 75

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

Shades of Loulou #4C2F4B

Tints of Loulou #4C2F4B

RGB

 RED value IS 76 (30.08% from 255) = 38.38%

 GREEN value IS 47 (18.75% from 255) = 23.74%

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

R = 38.38%
G = 23.74%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C2F4B (or 0x4C2F4B) is known color: Loulou. HEX triplet: 4C, 2F and 4B. RGB value is (76,47,75). Sum of RGB (Red+Green+Blue) = 76+47+75=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2F4B is #B3D0B4. Grayscale: #3A3A3A. Windows color (decimal): -11784373 or 4927308. OLE color: 4927308.

HSL color Cylindrical-coordinate representation of color #4C2F4B: hue angle of 302.07º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C2F4B is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 47 75 -
CMYK 0 0.38 0.01 0.70
HSL 302.07º 0.24% 0.24% -
HSV(B) 302.07º 0.38% 0.3% -
XYZ 5.27 4.08 7.17 -
YUV 58.86 137.11 140.22 -
System Red Green Blue C M Y K H S L
Decimal 76 47 75 0 0.38 0.01 0.70 302.07 0.24 0.24
Hex 4C 2F 4B 0 26 1 46 12E 18 18
Octal 114 57 113 0 46 1 106 456 30 30
Binary 1001100 101111 1001011 0 100110 1 1000110 100101110 11000 11000

Color Harmonies of #4C2F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2F4B

Black with #4C2F4B

Text Example


Text Example

White with #4C2F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,47,75); }

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

background-color css

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

 a { background-color: rgb(76,47,75); }

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

border-color css

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

 span { border-color: rgb(76,47,75); }

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