#460530

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

Shades of Blackberry #460530

Tints of Blackberry #460530

Color information

#460530 (or 0x460530) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 30. RGB value is (70,5,48). Sum of RGB (Red+Green+Blue) = 70+5+48=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #460530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460530 is #B9FACF. Grayscale: #1D1D1D. Windows color (decimal): -12188368 or 3147078. OLE color: 3147078.

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

Color convert

RGB70548-
CMYK00.930.310.73
HSL320.31º86.67%14.71%-
HSV(B)320.31º92.86%27.45%-
XYZ3.111.622.95-
YUV29.34138.53157-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=56.91%
G=4.07%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7054800.930.310.73320.3186.6714.71
Hex4653005D1F4914057f
Octal10656001353711150012717
Binary10001101011100000101110111111100100110100000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460530; }

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

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

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

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

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

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

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

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