#460630

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

Shades of Blackberry #460630

Tints of Blackberry #460630

Color information

#460630 (or 0x460630) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 30. RGB value is (70,6,48). Sum of RGB (Red+Green+Blue) = 70+6+48=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 48 (19.14% from 255 or 38.71% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #460630 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460630 is #B9F9CF. Grayscale: #1D1D1D. Windows color (decimal): -12188112 or 3147334. OLE color: 3147334.

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

Color convert

RGB70648-
CMYK00.910.310.73
HSL320.62º84.21%14.9%-
HSV(B)320.62º91.43%27.45%-
XYZ3.121.652.95-
YUV29.92138.2156.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 48 (19.14% from 255) = 38.71%
R=56.45%
G=4.84%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064800.910.310.73320.6284.2114.9
Hex4663005B1F4914154f
Octal10666001333711150112417
Binary10001101101100000101101111111100100110100000110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460630; }

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

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

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

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

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

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

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

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