Html Css Color HEX #441F46 Valentino

📋 copy color: '#441F46'

red 68 ◦ green 31 ◦ blue 70

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

Shades of Valentino #441F46

Tints of Valentino #441F46

RGB

 RED value IS 68 (26.95% from 255) = 40.24%

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

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

R = 40.24%
G = 18.34%
B = 41.42%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#441F46 (or 0x441F46) is known color: Valentino. HEX triplet: 44, 1F and 46. RGB value is (68,31,70). Sum of RGB (Red+Green+Blue) = 68+31+70=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 31 (12.5% from 255 or 18.34% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #441F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441F46 is #BBE0B9. Grayscale: #2E2E2E. Windows color (decimal): -12312762 or 4595524. OLE color: 4595524.

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

Color convert

RGB 68 31 70 -
CMYK 0.03 0.56 0 0.73
HSL 296.92º 0.39% 0.2% -
HSV(B) 296.92º 0.56% 0.27% -
XYZ 3.98 2.65 6.1 -
YUV 46.51 141.26 143.33 -
System Red Green Blue C M Y K H S L
Decimal 68 31 70 0.03 0.56 0 0.73 296.92 0.39 0.2
Hex 44 1F 46 3 38 0 49 129 27 14
Octal 104 37 106 3 70 0 111 451 47 24
Binary 1000100 11111 1000110 11 111000 0 1001001 100101001 100111 10100

Color Harmonies of #441F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441F46

Black with #441F46

Text Example


Text Example

White with #441F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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