Html Css Color HEX #483044 Loulou

📋 copy color: '#483044'

red 72 ◦ green 48 ◦ blue 68

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

Shades of Loulou #483044

Tints of Loulou #483044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 38.3%
G = 25.53%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#483044 (or 0x483044) is known color: Loulou. HEX triplet: 48, 30 and 44. RGB value is (72,48,68). Sum of RGB (Red+Green+Blue) = 72+48+68=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #483044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483044 is #B7CFBB. Grayscale: #393939. Windows color (decimal): -12046268 or 4468808. OLE color: 4468808.

HSL color Cylindrical-coordinate representation of color #483044: hue angle of 310º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483044 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 48 68 -
CMYK 0 0.33 0.06 0.72
HSL 310º 0.2% 0.24% -
HSV(B) 310º 0.33% 0.28% -
XYZ 4.77 3.91 5.97 -
YUV 57.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 72 48 68 0 0.33 0.06 0.72 310 0.2 0.24
Hex 48 30 44 0 21 6 48 136 14 18
Octal 110 60 104 0 41 6 110 466 24 30
Binary 1001000 110000 1000100 0 100001 110 1001000 100110110 10100 11000

Color Harmonies of #483044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483044

Black with #483044

Text Example


Text Example

White with #483044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483044; }

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

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

background-color css

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

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

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

border-color css

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

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

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