Html Css Color HEX #483647 Loulou

📋 copy color: '#483647'

red 72 ◦ green 54 ◦ blue 71

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

Shades of Loulou #483647

Tints of Loulou #483647

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.41%

 BLUE value IS 71 (28.13% from 255) = 36.04%

R = 36.55%
G = 27.41%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#483647 (or 0x483647) is known color: Loulou. HEX triplet: 48, 36 and 47. RGB value is (72,54,71). Sum of RGB (Red+Green+Blue) = 72+54+71=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 72 - color contains mainly: red. Hex color #483647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483647 is #B7C9B8. Grayscale: #3D3D3D. Windows color (decimal): -12044729 or 4666952. OLE color: 4666952.

HSL color Cylindrical-coordinate representation of color #483647: hue angle of 303.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483647 is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 54 71 -
CMYK 0 0.25 0.01 0.72
HSL 303.33º 0.14% 0.25% -
HSV(B) 303.33º 0.25% 0.28% -
XYZ 5.13 4.47 6.55 -
YUV 61.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 72 54 71 0 0.25 0.01 0.72 303.33 0.14 0.25
Hex 48 36 47 0 19 1 48 12F E 19
Octal 110 66 107 0 31 1 110 457 16 31
Binary 1001000 110110 1000111 0 11001 1 1001000 100101111 1110 11001

Color Harmonies of #483647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483647

Black with #483647

Text Example


Text Example

White with #483647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483647; }

 p { color: rgb(72,54,71); }

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

background-color css

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

 a { background-color: rgb(72,54,71); }

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

border-color css

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

 span { border-color: rgb(72,54,71); }

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