#460736

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

Shades of Blackberry #460736

Tints of Blackberry #460736

Color information

#460736 (or 0x460736) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 36. RGB value is (70,7,54). Sum of RGB (Red+Green+Blue) = 70+7+54=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #460736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460736 is #B9F8C9. Grayscale: #1F1F1F. Windows color (decimal): -12187850 or 3540806. OLE color: 3540806.

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

Color convert

RGB70754-
CMYK00.900.230.73
HSL315.24º81.82%15.1%-
HSV(B)315.24º90%27.45%-
XYZ3.271.723.65-
YUV31.2140.87155.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=53.44%
G=5.34%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7075400.900.230.73315.2481.8215.1
Hex4673605A174913b52f
Octal10676601322711147312217
Binary10001101111101100101101010111100100110011101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460736; }

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

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

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

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

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

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

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

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