Html Css Color HEX #4B2648 Loulou

📋 copy color: '#4B2648'

red 75 ◦ green 38 ◦ blue 72

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

Shades of Loulou #4B2648

Tints of Loulou #4B2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

 BLUE value IS 72 (28.52% from 255) = 38.92%

R = 40.54%
G = 20.54%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.71

RGB Variations

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

Color information

#4B2648 (or 0x4B2648) is known color: Loulou. HEX triplet: 4B, 26 and 48. RGB value is (75,38,72). Sum of RGB (Red+Green+Blue) = 75+38+72=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2648 is #B4D9B7. Grayscale: #343434. Windows color (decimal): -11852216 or 4728395. OLE color: 4728395.

HSL color Cylindrical-coordinate representation of color #4B2648: hue angle of 304.86º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B2648 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 38 72 -
CMYK 0 0.49 0.04 0.71
HSL 304.86º 0.33% 0.22% -
HSV(B) 304.86º 0.49% 0.29% -
XYZ 4.76 3.35 6.53 -
YUV 52.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 75 38 72 0 0.49 0.04 0.71 304.86 0.33 0.22
Hex 4B 26 48 0 31 4 47 131 21 16
Octal 113 46 110 0 61 4 107 461 41 26
Binary 1001011 100110 1001000 0 110001 100 1000111 100110001 100001 10110

Color Harmonies of #4B2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2648

Black with #4B2648

Text Example


Text Example

White with #4B2648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,38,72); }

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

background-color css

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

 a { background-color: rgb(75,38,72); }

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

border-color css

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

 span { border-color: rgb(75,38,72); }

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