#470435

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

Shades of Blackberry #470435

Tints of Blackberry #470435

Color information

#470435 (or 0x470435) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 35. RGB value is (71,4,53). Sum of RGB (Red+Green+Blue) = 71+4+53=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 53 (21.09% from 255 or 41.41% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470435 is #B8FBCA. Grayscale: #1D1D1D. Windows color (decimal): -12123083 or 3474503. OLE color: 3474503.

HSL color Cylindrical-coordinate representation of color #470435: hue angle of 316.12º 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 #470435 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB71453-
CMYK00.940.250.72
HSL316.12º89.33%14.71%-
HSV(B)316.12º94.37%27.84%-
XYZ3.281.683.52-
YUV29.62141.2157.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 53 (21.09% from 255) = 41.41%
R=55.47%
G=3.12%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145300.940.250.72316.1289.3314.71
Hex4743505E194813c59f
Octal10746501363111047413117
Binary10001111001101010101111011001100100010011110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470435; }

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

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

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

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

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

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

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

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