#4B2646

Color #4B2646 Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #4B2646

Tints of Loulou #4B2646

Color information

#4B2646 (or 0x4B2646) is unknown color: approx Loulou. HEX triplet: 4B, 26 and 46. RGB value is (75,38,70). Sum of RGB (Red+Green+Blue) = 75+38+70=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 70 (27.73% from 255 or 38.25% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2646 is #B4D9B9. Grayscale: #343434. Windows color (decimal): -11852218 or 4597323. OLE color: 4597323.

HSL color Cylindrical-coordinate representation of color #4B2646: hue angle of 308.11º 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 #4B2646 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB753870-
CMYK00.490.070.71
HSL308.11º32.74%22.16%-
HSV(B)308.11º49.33%29.41%-
XYZ4.73.326.19-
YUV52.71137.76143.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 70 (27.73% from 255) = 38.25%
R=40.98%
G=20.77%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75387000.490.070.71308.1132.7422.16
Hex4B26460317471342116
Octal1134610606171074644126
Binary100101110011010001100110001111100011110011010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B2646;
 }
 .AnyTagClassName
 {
   color: #4B2646;
 }
</style>
background-color css

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

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

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

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

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

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