#462446

Color #462446 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #462446

Tints of Valentino #462446

Color information

#462446 (or 0x462446) is unknown color: approx Valentino. HEX triplet: 46, 24 and 46. RGB value is (70,36,70). Sum of RGB (Red+Green+Blue) = 70+36+70=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #462446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462446 is #B9DBB9. Grayscale: #313131. Windows color (decimal): -12180410 or 4596806. OLE color: 4596806.

HSL color Cylindrical-coordinate representation of color #462446: hue angle of 300º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #462446 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB703670-
CMYK00.4900.73
HSL300º32.08%20.78%-
HSV(B)300º48.57%27.45%-
XYZ4.263.016.15-
YUV50.04139.26142.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.77%
GREEN value IS 36 (14.45% from 255) = 20.45%
BLUE value IS 70 (27.73% from 255) = 39.77%
R=39.77%
G=20.45%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70367000.4900.7330032.0820.78
Hex46244603104912c2015
Octal1064410606101114544025
Binary1000110100100100011001100010100100110010110010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462446; }

 p { color: rgb(70,36,70); }

 H1.HeaderClassName
 {
   color: #462446;
 }
 .AnyTagClassName
 {
   color: #462446;
 }
</style>
background-color css

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

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

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

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

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

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