#460432

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

Shades of Blackberry #460432

Tints of Blackberry #460432

Color information

#460432 (or 0x460432) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 32. RGB value is (70,4,50). Sum of RGB (Red+Green+Blue) = 70+4+50=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #460432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460432 is #B9FBCD. Grayscale: #1C1C1C. Windows color (decimal): -12188622 or 3277894. OLE color: 3277894.

HSL color Cylindrical-coordinate representation of color #460432: hue angle of 318.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460432 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB70450-
CMYK00.940.290.73
HSL318.18º89.19%14.51%-
HSV(B)318.18º94.29%27.45%-
XYZ3.141.623.16-
YUV28.98139.87157.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=56.45%
G=3.23%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045000.940.290.73318.1889.1914.51
Hex4643205E1D4913e59f
Octal10646201363511147613117
Binary10001101001100100101111011101100100110011111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460432; }

 p { color: rgb(70,4,50); }

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

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

 a { background-color: rgb(70,4,50); }

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

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

 span { border-color: rgb(70,4,50); }

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