#460930

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

Shades of Blackberry #460930

Tints of Blackberry #460930

Color information

#460930 (or 0x460930) is unknown color: approx Blackberry. HEX triplet: 46, 09 and 30. RGB value is (70,9,48). Sum of RGB (Red+Green+Blue) = 70+9+48=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #460930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460930 is #B9F6CF. Grayscale: #1F1F1F. Windows color (decimal): -12187344 or 3148102. OLE color: 3148102.

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

Color convert

RGB70948-
CMYK00.870.310.73
HSL321.64º77.22%15.49%-
HSV(B)321.64º87.14%27.45%-
XYZ3.161.712.96-
YUV31.68137.21155.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=55.12%
G=7.09%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7094800.870.310.73321.6477.2215.49
Hex469300571F491424df
Octal106116001273711150211517
Binary100011010011100000101011111111100100110100001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460930; }

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

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

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

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

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

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

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

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