#46073B

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

Shades of Blackberry #46073B

Tints of Blackberry #46073B

Color information

#46073B (or 0x46073B) is unknown color: approx Blackberry. HEX triplet: 46, 07 and 3B. RGB value is (70,7,59). Sum of RGB (Red+Green+Blue) = 70+7+59=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 59 (23.44% from 255 or 43.38% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46073B is #B9F8C4. Grayscale: #1F1F1F. Windows color (decimal): -12187845 or 3868486. OLE color: 3868486.

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

Color convert

RGB70759-
CMYK00.900.160.73
HSL310.48º81.82%15.1%-
HSV(B)310.48º90%27.45%-
XYZ3.391.774.3-
YUV31.76143.37155.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 59 (23.44% from 255) = 43.38%
R=51.47%
G=5.15%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7075900.900.160.73310.4881.8215.1
Hex4673B05A104913652f
Octal10677301322011146612217
Binary10001101111110110101101010000100100110011011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46073B; }

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

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

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

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

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

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

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

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