#460433

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

Shades of Blackberry #460433

Tints of Blackberry #460433

Color information

#460433 (or 0x460433) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 33. RGB value is (70,4,51). Sum of RGB (Red+Green+Blue) = 70+4+51=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #460433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460433 is #B9FBCC. Grayscale: #1C1C1C. Windows color (decimal): -12188621 or 3343430. OLE color: 3343430.

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

Color convert

RGB70451-
CMYK00.940.270.73
HSL317.27º89.19%14.51%-
HSV(B)317.27º94.29%27.45%-
XYZ3.171.633.28-
YUV29.09140.37157.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=56%
G=3.2%
B=40.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7045100.940.270.73317.2789.1914.51
Hex4643305E1B4913d59f
Octal10646301363311147513117
Binary10001101001100110101111011011100100110011110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460433; }

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

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

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

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

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

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

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

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