Html Css Color HEX #4A3648 Loulou

📋 copy color: '#4A3648'

red 74 ◦ green 54 ◦ blue 72

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

Shades of Loulou #4A3648

Tints of Loulou #4A3648

RGB

 RED value IS 74 (29.3% from 255) = 37%

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

 BLUE value IS 72 (28.52% from 255) = 36%

R = 37%
G = 27%
B = 36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.71

RGB Variations

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

Color information

#4A3648 (or 0x4A3648) is known color: Loulou. HEX triplet: 4A, 36 and 48. RGB value is (74,54,72). Sum of RGB (Red+Green+Blue) = 74+54+72=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3648 is #B5C9B7. Grayscale: #3D3D3D. Windows color (decimal): -11913656 or 4732490. OLE color: 4732490.

HSL color Cylindrical-coordinate representation of color #4A3648: hue angle of 306º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A3648 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 54 72 -
CMYK 0 0.27 0.03 0.71
HSL 306º 0.16% 0.25% -
HSV(B) 306º 0.27% 0.29% -
XYZ 5.31 4.56 6.73 -
YUV 62.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 74 54 72 0 0.27 0.03 0.71 306 0.16 0.25
Hex 4A 36 48 0 1B 3 47 132 10 19
Octal 112 66 110 0 33 3 107 462 20 31
Binary 1001010 110110 1001000 0 11011 11 1000111 100110010 10000 11001

Color Harmonies of #4A3648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3648

Black with #4A3648

Text Example


Text Example

White with #4A3648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3648; }

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

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

background-color css

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

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

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

border-color css

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

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

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