Html Css Color HEX #483646 Loulou

📋 copy color: '#483646'

red 72 ◦ green 54 ◦ blue 70

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

Shades of Loulou #483646

Tints of Loulou #483646

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.55%

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

R = 36.73%
G = 27.55%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483646 (or 0x483646) is known color: Loulou. HEX triplet: 48, 36 and 46. RGB value is (72,54,70). Sum of RGB (Red+Green+Blue) = 72+54+70=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 72 - color contains mainly: red. Hex color #483646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483646 is #B7C9B9. Grayscale: #3D3D3D. Windows color (decimal): -12044730 or 4601416. OLE color: 4601416.

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

Color convert

RGB 72 54 70 -
CMYK 0 0.25 0.03 0.72
HSL 306.67º 0.14% 0.25% -
HSV(B) 306.67º 0.25% 0.28% -
XYZ 5.1 4.46 6.39 -
YUV 61.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 72 54 70 0 0.25 0.03 0.72 306.67 0.14 0.25
Hex 48 36 46 0 19 3 48 133 E 19
Octal 110 66 106 0 31 3 110 463 16 31
Binary 1001000 110110 1000110 0 11001 11 1001000 100110011 1110 11001

Color Harmonies of #483646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483646

Black with #483646

Text Example


Text Example

White with #483646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483646; }

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

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

background-color css

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

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

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

border-color css

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

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

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