Html Css Color HEX #483B47 Loulou

📋 copy color: '#483B47'

red 72 ◦ green 59 ◦ blue 71

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

Shades of Loulou #483B47

Tints of Loulou #483B47

RGB

 RED value IS 72 (28.52% from 255) = 35.64%

 GREEN value IS 59 (23.44% from 255) = 29.21%

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 35.64%
G = 29.21%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483B47 (or 0x483B47) is known color: Loulou. HEX triplet: 48, 3B and 47. RGB value is (72,59,71). Sum of RGB (Red+Green+Blue) = 72+59+71=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #483B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B47 is #B7C4B8. Grayscale: #404040. Windows color (decimal): -12043449 or 4668232. OLE color: 4668232.

HSL color Cylindrical-coordinate representation of color #483B47: hue angle of 304.62º 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 #483B47 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 59 71 -
CMYK 0 0.18 0.01 0.72
HSL 304.62º 0.1% 0.26% -
HSV(B) 304.62º 0.18% 0.28% -
XYZ 5.37 4.96 6.64 -
YUV 64.26 131.81 133.52 -
System Red Green Blue C M Y K H S L
Decimal 72 59 71 0 0.18 0.01 0.72 304.62 0.1 0.26
Hex 48 3B 47 0 12 1 48 131 A 1A
Octal 110 73 107 0 22 1 110 461 12 32
Binary 1001000 111011 1000111 0 10010 1 1001000 100110001 1010 11010

Color Harmonies of #483B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B47

Black with #483B47

Text Example


Text Example

White with #483B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #483B47;
 }
 .AnyTagClassName
 {
   color: #483B47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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