#462445

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

Shades of Valentino #462445

Tints of Valentino #462445

Color information

#462445 (or 0x462445) is unknown color: approx Valentino. HEX triplet: 46, 24 and 45. RGB value is (70,36,69). Sum of RGB (Red+Green+Blue) = 70+36+69=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 69 (27.34% from 255 or 39.43% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #462445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462445 is #B9DBBA. Grayscale: #313131. Windows color (decimal): -12180411 or 4531270. OLE color: 4531270.

HSL color Cylindrical-coordinate representation of color #462445: hue angle of 301.76º 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 #462445 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB703669-
CMYK00.490.010.73
HSL301.76º32.08%20.78%-
HSV(B)301.76º48.57%27.45%-
XYZ4.232.995.99-
YUV49.93138.76142.32-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 69 (27.34% from 255) = 39.43%
R=40%
G=20.57%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70366900.490.010.73301.7632.0820.78
Hex46244503114912e2015
Octal1064410506111114564025
Binary1000110100100100010101100011100100110010111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462445; }

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

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

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

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

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

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

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

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