Html Css Color HEX #471E46 Valentino

📋 copy color: '#471E46'

red 71 ◦ green 30 ◦ blue 70

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

Shades of Valentino #471E46

Tints of Valentino #471E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 41.52%
G = 17.54%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471E46 (or 0x471E46) is known color: Valentino. HEX triplet: 47, 1E and 46. RGB value is (71,30,70). Sum of RGB (Red+Green+Blue) = 71+30+70=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 71 - color contains mainly: red. Hex color #471E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E46 is #B8E1B9. Grayscale: #2E2E2E. Windows color (decimal): -12116410 or 4595271. OLE color: 4595271.

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

Color convert

RGB 71 30 70 -
CMYK 0 0.58 0.01 0.72
HSL 301.46º 0.41% 0.2% -
HSV(B) 301.46º 0.58% 0.28% -
XYZ 4.17 2.71 6.1 -
YUV 46.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 71 30 70 0 0.58 0.01 0.72 301.46 0.41 0.2
Hex 47 1E 46 0 3A 1 48 12D 29 14
Octal 107 36 106 0 72 1 110 455 51 24
Binary 1000111 11110 1000110 0 111010 1 1001000 100101101 101001 10100

Color Harmonies of #471E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E46

Black with #471E46

Text Example


Text Example

White with #471E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E46; }

 p { color: rgb(71,30,70); }

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

background-color css

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

 a { background-color: rgb(71,30,70); }

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

border-color css

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

 span { border-color: rgb(71,30,70); }

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