#483B46

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

Shades of Loulou #483B46

Tints of Loulou #483B46

Color information

#483B46 (or 0x483B46) is unknown color: approx Loulou. HEX triplet: 48, 3B and 46. RGB value is (72,59,70). Sum of RGB (Red+Green+Blue) = 72+59+70=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B46 is #B7C4B9. Grayscale: #404040. Windows color (decimal): -12043450 or 4602696. OLE color: 4602696.

HSL color Cylindrical-coordinate representation of color #483B46: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #483B46 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB725970-
CMYK00.180.030.72
HSL309.23º9.92%25.69%-
HSV(B)309.23º18.06%28.24%-
XYZ5.344.956.47-
YUV64.14131.31133.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 59 (23.44% from 255) = 29.35%
BLUE value IS 70 (27.73% from 255) = 34.83%
R=35.82%
G=29.35%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72597000.180.030.72309.239.9225.69
Hex483B46012348135a1a
Octal1107310602231104651232
Binary10010001110111000110010010111001000100110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483B46; }

 p { color: rgb(72,59,70); }

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

<style>
 a { background-color: #483B46; }

 a { background-color: rgb(72,59,70); }

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

<style>
 span { border-color: #483B46; }

 span { border-color: rgb(72,59,70); }

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