#46053B

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

Shades of Blackberry #46053B

Tints of Blackberry #46053B

Color information

#46053B (or 0x46053B) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 3B. RGB value is (70,5,59). Sum of RGB (Red+Green+Blue) = 70+5+59=134 (17% of max value = 765). Red value is 70 (27.73% from 255 or 52.24% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 70 - color contains mainly: red. Hex color #46053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46053B is #B9FAC4. Grayscale: #1E1E1E. Windows color (decimal): -12188357 or 3867974. OLE color: 3867974.

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

Color convert

RGB70559-
CMYK00.930.160.73
HSL310.15º86.67%14.71%-
HSV(B)310.15º92.86%27.45%-
XYZ3.371.734.29-
YUV30.59144.03156.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 52.24%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 59 (23.44% from 255) = 44.03%
R=52.24%
G=3.73%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7055900.930.160.73310.1586.6714.71
Hex4653B05D104913657f
Octal10657301352011146612717
Binary10001101011110110101110110000100100110011011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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