Html Css Color HEX #482745 Loulou

📋 copy color: '#482745'

red 72 ◦ green 39 ◦ blue 69

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

Shades of Loulou #482745

Tints of Loulou #482745

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

 BLUE value IS 69 (27.34% from 255) = 38.33%

R = 40%
G = 21.67%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.72

RGB Variations

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

Color information

#482745 (or 0x482745) is known color: Loulou. HEX triplet: 48, 27 and 45. RGB value is (72,39,69). Sum of RGB (Red+Green+Blue) = 72+39+69=180 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 72 - color contains mainly: red. Hex color #482745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482745 is #B7D8BA. Grayscale: #343434. Windows color (decimal): -12048571 or 4532040. OLE color: 4532040.

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

Color convert

RGB 72 39 69 -
CMYK 0 0.46 0.04 0.72
HSL 305.45º 0.3% 0.22% -
HSV(B) 305.45º 0.46% 0.28% -
XYZ 4.47 3.26 6.02 -
YUV 52.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 72 39 69 0 0.46 0.04 0.72 305.45 0.3 0.22
Hex 48 27 45 0 2E 4 48 131 1E 16
Octal 110 47 105 0 56 4 110 461 36 26
Binary 1001000 100111 1000101 0 101110 100 1001000 100110001 11110 10110

Color Harmonies of #482745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482745

Black with #482745

Text Example


Text Example

White with #482745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482745; }

 p { color: rgb(72,39,69); }

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

background-color css

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

 a { background-color: rgb(72,39,69); }

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

border-color css

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

 span { border-color: rgb(72,39,69); }

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