Html Css Color HEX #473045 Loulou

📋 copy color: '#473045'

red 71 ◦ green 48 ◦ blue 69

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

Shades of Loulou #473045

Tints of Loulou #473045

RGB

 RED value IS 71 (28.13% from 255) = 37.77%

 GREEN value IS 48 (19.14% from 255) = 25.53%

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

R = 37.77%
G = 25.53%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#473045 (or 0x473045) is known color: Loulou. HEX triplet: 47, 30 and 45. RGB value is (71,48,69). Sum of RGB (Red+Green+Blue) = 71+48+69=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 71 - color contains mainly: red. Hex color #473045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473045 is #B8CFBA. Grayscale: #393939. Windows color (decimal): -12111803 or 4534343. OLE color: 4534343.

HSL color Cylindrical-coordinate representation of color #473045: hue angle of 305.22º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473045 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 69 -
CMYK 0 0.32 0.03 0.72
HSL 305.22º 0.19% 0.23% -
HSV(B) 305.22º 0.32% 0.28% -
XYZ 4.73 3.88 6.13 -
YUV 57.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 71 48 69 0 0.32 0.03 0.72 305.22 0.19 0.23
Hex 47 30 45 0 20 3 48 131 13 17
Octal 107 60 105 0 40 3 110 461 23 27
Binary 1000111 110000 1000101 0 100000 11 1001000 100110001 10011 10111

Color Harmonies of #473045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473045

Black with #473045

Text Example


Text Example

White with #473045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473045; }

 p { color: rgb(71,48,69); }

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

background-color css

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

 a { background-color: rgb(71,48,69); }

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

border-color css

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

 span { border-color: rgb(71,48,69); }

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