#462133

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

Shades of Toledo #462133

Tints of Toledo #462133

Color information

#462133 (or 0x462133) is unknown color: approx Toledo. HEX triplet: 46, 21 and 33. RGB value is (70,33,51). Sum of RGB (Red+Green+Blue) = 70+33+51=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #462133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462133 is #B9DECC. Grayscale: #2E2E2E. Windows color (decimal): -12181197 or 3350854. OLE color: 3350854.

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

Color convert

RGB703351-
CMYK00.530.270.73
HSL330.81º35.92%20.2%-
HSV(B)330.81º52.86%27.45%-
XYZ3.672.633.45-
YUV46.12130.76145.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=45.45%
G=21.43%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70335100.530.270.73330.8135.9220.2
Hex4621330351B4914b2414
Octal1064163065331115134424
Binary1000110100001110011011010111011100100110100101110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462133; }

 p { color: rgb(70,33,51); }

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

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

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

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

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

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

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