Html Css Color HEX #4B2246 Loulou

📋 copy color: '#4B2246'

red 75 ◦ green 34 ◦ blue 70

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

Shades of Loulou #4B2246

Tints of Loulou #4B2246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

 BLUE value IS 70 (27.73% from 255) = 39.11%

R = 41.9%
G = 18.99%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.71

RGB Variations

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

Color information

#4B2246 (or 0x4B2246) is known color: Loulou. HEX triplet: 4B, 22 and 46. RGB value is (75,34,70). Sum of RGB (Red+Green+Blue) = 75+34+70=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2246 is #B4DDB9. Grayscale: #323232. Windows color (decimal): -11853242 or 4596299. OLE color: 4596299.

HSL color Cylindrical-coordinate representation of color #4B2246: hue angle of 307.32º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2246 is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 34 70 -
CMYK 0 0.55 0.07 0.71
HSL 307.32º 0.38% 0.21% -
HSV(B) 307.32º 0.55% 0.29% -
XYZ 4.58 3.08 6.15 -
YUV 50.36 139.08 145.57 -
System Red Green Blue C M Y K H S L
Decimal 75 34 70 0 0.55 0.07 0.71 307.32 0.38 0.21
Hex 4B 22 46 0 37 7 47 133 26 15
Octal 113 42 106 0 67 7 107 463 46 25
Binary 1001011 100010 1000110 0 110111 111 1000111 100110011 100110 10101

Color Harmonies of #4B2246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2246

Black with #4B2246

Text Example


Text Example

White with #4B2246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,34,70); }

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

background-color css

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

 a { background-color: rgb(75,34,70); }

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

border-color css

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

 span { border-color: rgb(75,34,70); }

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