#470426

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

Shades of Blackberry #470426

Tints of Blackberry #470426

Color information

#470426 (or 0x470426) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 26. RGB value is (71,4,38). Sum of RGB (Red+Green+Blue) = 71+4+38=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470426 is #B8FBD9. Grayscale: #1B1B1B. Windows color (decimal): -12123098 or 2491463. OLE color: 2491463.

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

Color convert

RGB71438-
CMYK00.940.460.72
HSL329.55º89.33%14.71%-
HSV(B)329.55º94.37%27.84%-
XYZ2.991.571.98-
YUV27.91133.7158.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 38 (15.23% from 255) = 33.63%
R=62.83%
G=3.54%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7143800.940.460.72329.5589.3314.71
Hex4742605E2E4814a59f
Octal10744601365611051213117
Binary100011110010011001011110101110100100010100101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470426; }

 p { color: rgb(71,4,38); }

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

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

 a { background-color: rgb(71,4,38); }

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

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

 span { border-color: rgb(71,4,38); }

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