#462335

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

Shades of Toledo #462335

Tints of Toledo #462335

Color information

#462335 (or 0x462335) is unknown color: approx Toledo. HEX triplet: 46, 23 and 35. RGB value is (70,35,53). Sum of RGB (Red+Green+Blue) = 70+35+53=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #462335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462335 is #B9DCCA. Grayscale: #2F2F2F. Windows color (decimal): -12180683 or 3482438. OLE color: 3482438.

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

Color convert

RGB703553-
CMYK00.50.240.73
HSL329.14º33.33%20.59%-
HSV(B)329.14º50%27.45%-
XYZ3.772.763.7-
YUV47.52131.1144.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.30%
GREEN value IS 35 (14.06% from 255) = 22.15%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=44.30%
G=22.15%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70355300.50.240.73329.1433.3320.59
Hex46233503218491492115
Octal1064365062301115114125
Binary1000110100011110101011001011000100100110100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462335; }

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

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

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

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

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

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

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

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