Html Css Color HEX #482644 Loulou

📋 copy color: '#482644'

red 72 ◦ green 38 ◦ blue 68

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

Shades of Loulou #482644

Tints of Loulou #482644

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.35%

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

R = 40.45%
G = 21.35%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#482644 (or 0x482644) is known color: Loulou. HEX triplet: 48, 26 and 44. RGB value is (72,38,68). Sum of RGB (Red+Green+Blue) = 72+38+68=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #482644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482644 is #B7D9BB. Grayscale: #333333. Windows color (decimal): -12048828 or 4466248. OLE color: 4466248.

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

Color convert

RGB 72 38 68 -
CMYK 0 0.47 0.06 0.72
HSL 307.06º 0.31% 0.22% -
HSV(B) 307.06º 0.47% 0.28% -
XYZ 4.41 3.18 5.85 -
YUV 51.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 72 38 68 0 0.47 0.06 0.72 307.06 0.31 0.22
Hex 48 26 44 0 2F 6 48 133 1F 16
Octal 110 46 104 0 57 6 110 463 37 26
Binary 1001000 100110 1000100 0 101111 110 1001000 100110011 11111 10110

Color Harmonies of #482644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482644

Black with #482644

Text Example


Text Example

White with #482644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482644; }

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

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

background-color css

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

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

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

border-color css

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

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

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