Html Css Color HEX #483946 Loulou

📋 copy color: '#483946'

red 72 ◦ green 57 ◦ blue 70

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

Shades of Loulou #483946

Tints of Loulou #483946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.64%

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

R = 36.18%
G = 28.64%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483946 (or 0x483946) is known color: Loulou. HEX triplet: 48, 39 and 46. RGB value is (72,57,70). Sum of RGB (Red+Green+Blue) = 72+57+70=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 72 - color contains mainly: red. Hex color #483946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483946 is #B7C6B9. Grayscale: #3E3E3E. Windows color (decimal): -12043962 or 4602184. OLE color: 4602184.

HSL color Cylindrical-coordinate representation of color #483946: hue angle of 308º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #483946 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 57 70 -
CMYK 0 0.21 0.03 0.72
HSL 308º 0.12% 0.25% -
HSV(B) 308º 0.21% 0.28% -
XYZ 5.24 4.75 6.43 -
YUV 62.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 72 57 70 0 0.21 0.03 0.72 308 0.12 0.25
Hex 48 39 46 0 15 3 48 134 C 19
Octal 110 71 106 0 25 3 110 464 14 31
Binary 1001000 111001 1000110 0 10101 11 1001000 100110100 1100 11001

Color Harmonies of #483946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483946

Black with #483946

Text Example


Text Example

White with #483946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483946; }

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

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

background-color css

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

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

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

border-color css

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

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

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