Html Css Color HEX #483447 Loulou

📋 copy color: '#483447'

red 72 ◦ green 52 ◦ blue 71

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

Shades of Loulou #483447

Tints of Loulou #483447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

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

R = 36.92%
G = 26.67%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483447 (or 0x483447) is known color: Loulou. HEX triplet: 48, 34 and 47. RGB value is (72,52,71). Sum of RGB (Red+Green+Blue) = 72+52+71=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 72 - color contains mainly: red. Hex color #483447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483447 is #B7CBB8. Grayscale: #3C3C3C. Windows color (decimal): -12045241 or 4666440. OLE color: 4666440.

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

Color convert

RGB 72 52 71 -
CMYK 0 0.28 0.01 0.72
HSL 303º 0.16% 0.24% -
HSV(B) 303º 0.28% 0.28% -
XYZ 5.04 4.29 6.52 -
YUV 60.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 72 52 71 0 0.28 0.01 0.72 303 0.16 0.24
Hex 48 34 47 0 1C 1 48 12F 10 18
Octal 110 64 107 0 34 1 110 457 20 30
Binary 1001000 110100 1000111 0 11100 1 1001000 100101111 10000 11000

Color Harmonies of #483447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483447

Black with #483447

Text Example


Text Example

White with #483447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483447; }

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

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

background-color css

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

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

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

border-color css

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

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

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