#460436

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

Shades of Blackberry #460436

Tints of Blackberry #460436

Color information

#460436 (or 0x460436) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 36. RGB value is (70,4,54). Sum of RGB (Red+Green+Blue) = 70+4+54=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #460436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460436 is #B9FBC9. Grayscale: #1D1D1D. Windows color (decimal): -12188618 or 3540038. OLE color: 3540038.

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

Color convert

RGB70454-
CMYK00.940.230.73
HSL314.55º89.19%14.51%-
HSV(B)314.55º94.29%27.45%-
XYZ3.241.663.64-
YUV29.43141.87156.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 54 (21.48% from 255) = 42.19%
R=54.69%
G=3.12%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045400.940.230.73314.5589.1914.51
Hex4643605E174913b59f
Octal10646601362711147313117
Binary10001101001101100101111010111100100110011101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460436; }

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

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

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

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

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

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

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

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