#460628

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

Shades of Blackberry #460628

Tints of Blackberry #460628

Color information

#460628 (or 0x460628) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 28. RGB value is (70,6,40). Sum of RGB (Red+Green+Blue) = 70+6+40=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #460628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460628 is #B9F9D7. Grayscale: #1C1C1C. Windows color (decimal): -12188120 or 2623046. OLE color: 2623046.

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

Color convert

RGB70640-
CMYK00.910.430.73
HSL328.12º84.21%14.9%-
HSV(B)328.12º91.43%27.45%-
XYZ2.971.592.16-
YUV29.01134.2157.24-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.34%
GREEN value IS 6 (2.73% from 255) = 5.17%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=60.34%
G=5.17%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7064000.910.430.73328.1284.2114.9
Hex4662805B2B4914854f
Octal10665001335311151012417
Binary100011011010100001011011101011100100110100100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460628; }

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

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

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

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

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

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

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

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