#460439

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

Shades of Blackberry #460439

Tints of Blackberry #460439

Color information

#460439 (or 0x460439) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 39. RGB value is (70,4,57). Sum of RGB (Red+Green+Blue) = 70+4+57=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #460439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460439 is #B9FBC6. Grayscale: #1D1D1D. Windows color (decimal): -12188615 or 3736646. OLE color: 3736646.

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

Color convert

RGB70457-
CMYK00.940.190.73
HSL311.82º89.19%14.51%-
HSV(B)311.82º94.29%27.45%-
XYZ3.311.684.02-
YUV29.78143.37156.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=53.44%
G=3.05%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045700.940.190.73311.8289.1914.51
Hex4643905E134913859f
Octal10647101362311147013117
Binary10001101001110010101111010011100100110011100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460439; }

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

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

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

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

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

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

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

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