#460629

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

Shades of Blackberry #460629

Tints of Blackberry #460629

Color information

#460629 (or 0x460629) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 29. RGB value is (70,6,41). Sum of RGB (Red+Green+Blue) = 70+6+41=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #460629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460629 is #B9F9D6. Grayscale: #1D1D1D. Windows color (decimal): -12188119 or 2688582. OLE color: 2688582.

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

Color convert

RGB70641-
CMYK00.910.410.73
HSL327.19º84.21%14.9%-
HSV(B)327.19º91.43%27.45%-
XYZ2.991.592.25-
YUV29.13134.7157.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 41 (16.41% from 255) = 35.04%
R=59.83%
G=5.13%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064100.910.410.73327.1984.2114.9
Hex4662905B294914754f
Octal10665101335111150712417
Binary100011011010100101011011101001100100110100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460629; }

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

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

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

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

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

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

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

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