Html Css Color HEX #482144 Loulou

📋 copy color: '#482144'

red 72 ◦ green 33 ◦ blue 68

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

Shades of Loulou #482144

Tints of Loulou #482144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

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

R = 41.62%
G = 19.08%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482144 (or 0x482144) is known color: Loulou. HEX triplet: 48, 21 and 44. RGB value is (72,33,68). Sum of RGB (Red+Green+Blue) = 72+33+68=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #482144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482144 is #B7DEBB. Grayscale: #303030. Windows color (decimal): -12050108 or 4464968. OLE color: 4464968.

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

Color convert

RGB 72 33 68 -
CMYK 0 0.54 0.06 0.72
HSL 306.15º 0.37% 0.21% -
HSV(B) 306.15º 0.54% 0.28% -
XYZ 4.26 2.88 5.8 -
YUV 48.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 72 33 68 0 0.54 0.06 0.72 306.15 0.37 0.21
Hex 48 21 44 0 36 6 48 132 25 15
Octal 110 41 104 0 66 6 110 462 45 25
Binary 1001000 100001 1000100 0 110110 110 1001000 100110010 100101 10101

Color Harmonies of #482144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482144

Black with #482144

Text Example


Text Example

White with #482144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482144; }

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

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

background-color css

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

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

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

border-color css

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

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

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