Html Css Color HEX #483444 Loulou

📋 copy color: '#483444'

red 72 ◦ green 52 ◦ blue 68

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

Shades of Loulou #483444

Tints of Loulou #483444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 35.42%

R = 37.5%
G = 27.08%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#483444 (or 0x483444) is known color: Loulou. HEX triplet: 48, 34 and 44. RGB value is (72,52,68). Sum of RGB (Red+Green+Blue) = 72+52+68=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 72 - color contains mainly: red. Hex color #483444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483444 is #B7CBBB. Grayscale: #3B3B3B. Windows color (decimal): -12045244 or 4469832. OLE color: 4469832.

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

Color convert

RGB 72 52 68 -
CMYK 0 0.28 0.06 0.72
HSL 312º 0.16% 0.24% -
HSV(B) 312º 0.28% 0.28% -
XYZ 4.94 4.25 6.03 -
YUV 59.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 72 52 68 0 0.28 0.06 0.72 312 0.16 0.24
Hex 48 34 44 0 1C 6 48 138 10 18
Octal 110 64 104 0 34 6 110 470 20 30
Binary 1001000 110100 1000100 0 11100 110 1001000 100111000 10000 11000

Color Harmonies of #483444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483444

Black with #483444

Text Example


Text Example

White with #483444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483444; }

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

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

background-color css

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

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

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

border-color css

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

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

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