Html Css Color HEX #483047 Loulou

📋 copy color: '#483047'

red 72 ◦ green 48 ◦ blue 71

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

Shades of Loulou #483047

Tints of Loulou #483047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.13%

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

R = 37.7%
G = 25.13%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483047 (or 0x483047) is known color: Loulou. HEX triplet: 48, 30 and 47. RGB value is (72,48,71). Sum of RGB (Red+Green+Blue) = 72+48+71=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 48 (19.14% from 255 or 25.13% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 72 - color contains mainly: red. Hex color #483047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483047 is #B7CFB8. Grayscale: #393939. Windows color (decimal): -12046265 or 4665416. OLE color: 4665416.

HSL color Cylindrical-coordinate representation of color #483047: hue angle of 302.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483047 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 71 -
CMYK 0 0.33 0.01 0.72
HSL 302.5º 0.2% 0.24% -
HSV(B) 302.5º 0.33% 0.28% -
XYZ 4.87 3.95 6.47 -
YUV 57.8 135.45 138.13 -
System Red Green Blue C M Y K H S L
Decimal 72 48 71 0 0.33 0.01 0.72 302.5 0.2 0.24
Hex 48 30 47 0 21 1 48 12E 14 18
Octal 110 60 107 0 41 1 110 456 24 30
Binary 1001000 110000 1000111 0 100001 1 1001000 100101110 10100 11000

Color Harmonies of #483047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483047

Black with #483047

Text Example


Text Example

White with #483047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483047; }

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

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

background-color css

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

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

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

border-color css

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

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

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