#460133

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

Shades of Blackberry #460133

Tints of Blackberry #460133

Color information

#460133 (or 0x460133) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 33. RGB value is (70,1,51). Sum of RGB (Red+Green+Blue) = 70+1+51=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #460133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460133 is #B9FECC. Grayscale: #1B1B1B. Windows color (decimal): -12189389 or 3342662. OLE color: 3342662.

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

Color convert

RGB70151-
CMYK00.990.270.73
HSL316.52º97.18%13.92%-
HSV(B)316.52º98.57%27.45%-
XYZ3.131.563.27-
YUV27.33141.36158.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 57.38%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 51 (20.31% from 255) = 41.80%
R=57.38%
G=0.82%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.27
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7015100.990.270.73316.5297.1813.92
Hex461330631B4913d61e
Octal10616301433311147514116
Binary100011011100110110001111011100100110011110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460133; }

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

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

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

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

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

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

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

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