#46063C

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

Shades of Blackberry #46063C

Tints of Blackberry #46063C

Color information

#46063C (or 0x46063C) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 3C. RGB value is (70,6,60). Sum of RGB (Red+Green+Blue) = 70+6+60=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #46063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46063C is #B9F9C3. Grayscale: #1F1F1F. Windows color (decimal): -12188100 or 3933766. OLE color: 3933766.

HSL color Cylindrical-coordinate representation of color #46063C: hue angle of 309.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46063C is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB70660-
CMYK00.910.140.73
HSL309.38º84.21%14.9%-
HSV(B)309.38º91.43%27.45%-
XYZ3.411.764.43-
YUV31.29144.2155.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 60 (23.83% from 255) = 44.12%
R=51.47%
G=4.41%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7066000.910.140.73309.3884.2114.9
Hex4663C05BE4913554f
Octal10667401331611146512417
Binary1000110110111100010110111110100100110011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46063C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46063C; }

 p { color: rgb(70,6,60); }

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

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

 a { background-color: rgb(70,6,60); }

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

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

 span { border-color: rgb(70,6,60); }

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