#460526

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

Shades of Blackberry #460526

Tints of Blackberry #460526

Color information

#460526 (or 0x460526) is unknown color: approx Blackberry. HEX triplet: 46, 05 and 26. RGB value is (70,5,38). Sum of RGB (Red+Green+Blue) = 70+5+38=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #460526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460526 is #B9FAD9. Grayscale: #1C1C1C. Windows color (decimal): -12188378 or 2491718. OLE color: 2491718.

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

Color convert

RGB70538-
CMYK00.930.460.73
HSL329.54º86.67%14.71%-
HSV(B)329.54º92.86%27.45%-
XYZ2.931.551.98-
YUV28.2133.53157.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=61.95%
G=4.42%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7053800.930.460.73329.5486.6714.71
Hex4652605D2E4914a57f
Octal10654601355611151212717
Binary100011010110011001011101101110100100110100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460526; }

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

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

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

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

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

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

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

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