#462334

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

Shades of Toledo #462334

Tints of Toledo #462334

Color information

#462334 (or 0x462334) is unknown color: approx Toledo. HEX triplet: 46, 23 and 34. RGB value is (70,35,52). Sum of RGB (Red+Green+Blue) = 70+35+52=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #462334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462334 is #B9DCCB. Grayscale: #2F2F2F. Windows color (decimal): -12180684 or 3416902. OLE color: 3416902.

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

Color convert

RGB703552-
CMYK00.50.260.73
HSL330.86º33.33%20.59%-
HSV(B)330.86º50%27.45%-
XYZ3.752.753.58-
YUV47.4130.6144.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.59%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 52 (20.70% from 255) = 33.12%
R=44.59%
G=22.29%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70355200.50.260.73330.8633.3320.59
Hex4623340321A4914b2115
Octal1064364062321115134125
Binary1000110100011110100011001011010100100110100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462334; }

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

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

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

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

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

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

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

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