Html Css Color HEX #482746 Loulou

📋 copy color: '#482746'

red 72 ◦ green 39 ◦ blue 70

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

Shades of Loulou #482746

Tints of Loulou #482746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.67%

R = 39.78%
G = 21.55%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#482746 (or 0x482746) is known color: Loulou. HEX triplet: 48, 27 and 46. RGB value is (72,39,70). Sum of RGB (Red+Green+Blue) = 72+39+70=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 72 - color contains mainly: red. Hex color #482746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482746 is #B7D8B9. Grayscale: #343434. Windows color (decimal): -12048570 or 4597576. OLE color: 4597576.

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

Color convert

RGB 72 39 70 -
CMYK 0 0.46 0.03 0.72
HSL 303.64º 0.3% 0.22% -
HSV(B) 303.64º 0.46% 0.28% -
XYZ 4.5 3.27 6.19 -
YUV 52.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 72 39 70 0 0.46 0.03 0.72 303.64 0.3 0.22
Hex 48 27 46 0 2E 3 48 130 1E 16
Octal 110 47 106 0 56 3 110 460 36 26
Binary 1001000 100111 1000110 0 101110 11 1001000 100110000 11110 10110

Color Harmonies of #482746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482746

Black with #482746

Text Example


Text Example

White with #482746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482746; }

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

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

background-color css

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

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

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

border-color css

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

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

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