#460137

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

Shades of Blackberry #460137

Tints of Blackberry #460137

Color information

#460137 (or 0x460137) is unknown color: approx Blackberry. HEX triplet: 46, 01 and 37. RGB value is (70,1,55). Sum of RGB (Red+Green+Blue) = 70+1+55=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #460137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460137 is #B9FEC8. Grayscale: #1B1B1B. Windows color (decimal): -12189385 or 3604806. OLE color: 3604806.

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

Color convert

RGB70155-
CMYK00.990.210.73
HSL313.04º97.18%13.92%-
HSV(B)313.04º98.57%27.45%-
XYZ3.231.63.75-
YUV27.79143.36158.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 55 (21.88% from 255) = 43.65%
R=55.56%
G=0.79%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7015500.990.210.73313.0497.1813.92
Hex46137063154913961e
Octal10616701432511147114116
Binary100011011101110110001110101100100110011100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460137; }

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

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

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

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

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

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

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

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