#483E45

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

Shades of Loulou #483E45

Tints of Loulou #483E45

Color information

#483E45 (or 0x483E45) is unknown color: approx Loulou. HEX triplet: 48, 3E and 45. RGB value is (72,62,69). Sum of RGB (Red+Green+Blue) = 72+62+69=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 69 (27.34% from 255 or 33.99% from 203); Max value from RGB is 72 - color contains mainly: red. Hex color #483E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E45 is #B7C1BA. Grayscale: #414141. Windows color (decimal): -12042683 or 4537928. OLE color: 4537928.

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

Color convert

RGB726269-
CMYK00.140.040.72
HSL318º7.46%26.27%-
HSV(B)318º13.89%28.24%-
XYZ5.475.256.36-
YUV65.79129.81132.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 62 (24.61% from 255) = 30.54%
BLUE value IS 69 (27.34% from 255) = 33.99%
R=35.47%
G=30.54%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72626900.140.040.723187.4626.27
Hex483E450E44813e71a
Octal110761050164110476732
Binary1001000111110100010101110100100100010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,62,69); }

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

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

 a { background-color: rgb(72,62,69); }

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

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

 span { border-color: rgb(72,62,69); }

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