#460737

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

Shades of Blackberry #460737

Tints of Blackberry #460737

Color information

#460737 (or 0x460737) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 37. RGB value is (70,7,55). Sum of RGB (Red+Green+Blue) = 70+7+55=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #460737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460737 is #B9F8C8. Grayscale: #1F1F1F. Windows color (decimal): -12187849 or 3606342. OLE color: 3606342.

HSL color Cylindrical-coordinate representation of color #460737: hue angle of 314.29º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460737 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB70755-
CMYK00.900.210.73
HSL314.29º81.82%15.1%-
HSV(B)314.29º90%27.45%-
XYZ3.291.733.77-
YUV31.31141.37155.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 55 (21.88% from 255) = 41.67%
R=53.03%
G=5.30%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7075500.900.210.73314.2981.8215.1
Hex4673705A154913a52f
Octal10676701322511147212217
Binary10001101111101110101101010101100100110011101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460737; }

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

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

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

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

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

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

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

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