#470439

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

Shades of Blackberry #470439

Tints of Blackberry #470439

Color information

#470439 (or 0x470439) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 39. RGB value is (71,4,57). Sum of RGB (Red+Green+Blue) = 71+4+57=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #470439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470439 is #B8FBC6. Grayscale: #1D1D1D. Windows color (decimal): -12123079 or 3736647. OLE color: 3736647.

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

Color convert

RGB71457-
CMYK00.940.200.72
HSL312.54º89.33%14.71%-
HSV(B)312.54º94.37%27.84%-
XYZ3.381.724.03-
YUV30.08143.2157.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 4 (1.95% from 255) = 3.03%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=53.79%
G=3.03%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145700.940.200.72312.5489.3314.71
Hex4743905E144813959f
Octal10747101362411047113117
Binary10001111001110010101111010100100100010011100110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470439; }

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

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

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

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

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

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

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

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