#462435

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

Shades of Toledo #462435

Tints of Toledo #462435

Color information

#462435 (or 0x462435) is unknown color: approx Toledo. HEX triplet: 46, 24 and 35. RGB value is (70,36,53). Sum of RGB (Red+Green+Blue) = 70+36+53=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #462435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462435 is #B9DBCA. Grayscale: #303030. Windows color (decimal): -12180427 or 3482694. OLE color: 3482694.

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

Color convert

RGB703653-
CMYK00.490.240.73
HSL330º32.08%20.78%-
HSV(B)330º48.57%27.45%-
XYZ3.82.823.71-
YUV48.1130.76143.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.03%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=44.03%
G=22.64%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70365300.490.240.7333032.0820.78
Hex462435031184914a2015
Octal1064465061301115124025
Binary1000110100100110101011000111000100100110100101010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462435; }

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

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

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

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

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

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

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

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