Html Css Color HEX #471F46 Valentino

📋 copy color: '#471F46'

red 71 ◦ green 31 ◦ blue 70

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

Shades of Valentino #471F46

Tints of Valentino #471F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.02%

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

R = 41.28%
G = 18.02%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.72

RGB Variations

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

Color information

#471F46 (or 0x471F46) is known color: Valentino. HEX triplet: 47, 1F and 46. RGB value is (71,31,70). Sum of RGB (Red+Green+Blue) = 71+31+70=172 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.28% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 71 - color contains mainly: red. Hex color #471F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F46 is #B8E0B9. Grayscale: #2F2F2F. Windows color (decimal): -12116154 or 4595527. OLE color: 4595527.

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

Color convert

RGB 71 31 70 -
CMYK 0 0.56 0.01 0.72
HSL 301.5º 0.39% 0.2% -
HSV(B) 301.5º 0.56% 0.28% -
XYZ 4.19 2.76 6.11 -
YUV 47.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 71 31 70 0 0.56 0.01 0.72 301.5 0.39 0.2
Hex 47 1F 46 0 38 1 48 12E 27 14
Octal 107 37 106 0 70 1 110 456 47 24
Binary 1000111 11111 1000110 0 111000 1 1001000 100101110 100111 10100

Color Harmonies of #471F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F46

Black with #471F46

Text Example


Text Example

White with #471F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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