#460428

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

Shades of Blackberry #460428

Tints of Blackberry #460428

Color information

#460428 (or 0x460428) is unknown color: approx Blackberry. HEX triplet: 46, 04 and 28. RGB value is (70,4,40). Sum of RGB (Red+Green+Blue) = 70+4+40=114 (15% of max value = 765). Red value is 70 (27.73% from 255 or 61.40% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 70 - color contains mainly: red. Hex color #460428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460428 is #B9FBD7. Grayscale: #1B1B1B. Windows color (decimal): -12188632 or 2622534. OLE color: 2622534.

HSL color Cylindrical-coordinate representation of color #460428: hue angle of 327.27º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460428 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB70440-
CMYK00.940.430.73
HSL327.27º89.19%14.51%-
HSV(B)327.27º94.29%27.45%-
XYZ2.951.542.15-
YUV27.84134.87158.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.40%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=61.40%
G=3.51%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7044000.940.430.73327.2789.1914.51
Hex4642805E2B4914759f
Octal10645001365311150713117
Binary100011010010100001011110101011100100110100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460428; }

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

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

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

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

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

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

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

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