Html Css Color HEX #483B46 Loulou

📋 copy color: '#483B46'

red 72 ◦ green 59 ◦ blue 70

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

Shades of Loulou #483B46

Tints of Loulou #483B46

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

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

R = 35.82%
G = 29.35%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#483B46 (or 0x483B46) is known color: Loulou. HEX triplet: 48, 3B and 46. RGB value is (72,59,70). Sum of RGB (Red+Green+Blue) = 72+59+70=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 72 - color contains mainly: red. Hex color #483B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483B46 is #B7C4B9. Grayscale: #404040. Windows color (decimal): -12043450 or 4602696. OLE color: 4602696.

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

Color convert

RGB 72 59 70 -
CMYK 0 0.18 0.03 0.72
HSL 309.23º 0.1% 0.26% -
HSV(B) 309.23º 0.18% 0.28% -
XYZ 5.34 4.95 6.47 -
YUV 64.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 72 59 70 0 0.18 0.03 0.72 309.23 0.1 0.26
Hex 48 3B 46 0 12 3 48 135 A 1A
Octal 110 73 106 0 22 3 110 465 12 32
Binary 1001000 111011 1000110 0 10010 11 1001000 100110101 1010 11010

Color Harmonies of #483B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B46

Black with #483B46

Text Example


Text Example

White with #483B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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