Html Css Color HEX #483446 Loulou

📋 copy color: '#483446'

red 72 ◦ green 52 ◦ blue 70

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

Shades of Loulou #483446

Tints of Loulou #483446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.08%

R = 37.11%
G = 26.8%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483446 (or 0x483446) is known color: Loulou. HEX triplet: 48, 34 and 46. RGB value is (72,52,70). Sum of RGB (Red+Green+Blue) = 72+52+70=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483446 is #B7CBB9. Grayscale: #3B3B3B. Windows color (decimal): -12045242 or 4600904. OLE color: 4600904.

HSL color Cylindrical-coordinate representation of color #483446: hue angle of 306º 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 #483446 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 52 70 -
CMYK 0 0.28 0.03 0.72
HSL 306º 0.16% 0.24% -
HSV(B) 306º 0.28% 0.28% -
XYZ 5.01 4.28 6.36 -
YUV 60.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 72 52 70 0 0.28 0.03 0.72 306 0.16 0.24
Hex 48 34 46 0 1C 3 48 132 10 18
Octal 110 64 106 0 34 3 110 462 20 30
Binary 1001000 110100 1000110 0 11100 11 1001000 100110010 10000 11000

Color Harmonies of #483446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483446

Black with #483446

Text Example


Text Example

White with #483446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483446; }

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

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

background-color css

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

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

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

border-color css

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

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

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