#46083B

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

Shades of Blackberry #46083B

Tints of Blackberry #46083B

Color information

#46083B (or 0x46083B) is unknown color: approx Blackberry. HEX triplet: 46, 08 and 3B. RGB value is (70,8,59). Sum of RGB (Red+Green+Blue) = 70+8+59=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #46083B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46083B is #B9F7C4. Grayscale: #202020. Windows color (decimal): -12187589 or 3868742. OLE color: 3868742.

HSL color Cylindrical-coordinate representation of color #46083B: hue angle of 310.65º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46083B is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB70859-
CMYK00.890.160.73
HSL310.65º79.49%15.29%-
HSV(B)310.65º88.57%27.45%-
XYZ3.41.794.3-
YUV32.35143.04154.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 59 (23.44% from 255) = 43.07%
R=51.09%
G=5.84%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7085900.890.160.73310.6579.4915.29
Hex4683B05910491374ff
Octal106107301312011146711717
Binary100011010001110110101100110000100100110011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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