#470433

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

Shades of Blackberry #470433

Tints of Blackberry #470433

Color information

#470433 (or 0x470433) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 33. RGB value is (71,4,51). Sum of RGB (Red+Green+Blue) = 71+4+51=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470433 is #B8FBCC. Grayscale: #1D1D1D. Windows color (decimal): -12123085 or 3343431. OLE color: 3343431.

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

Color convert

RGB71451-
CMYK00.940.280.72
HSL317.91º89.33%14.71%-
HSV(B)317.91º94.37%27.84%-
XYZ3.241.673.28-
YUV29.39140.2157.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 51 (20.31% from 255) = 40.48%
R=56.35%
G=3.17%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145100.940.280.72317.9189.3314.71
Hex4743305E1C4813e59f
Octal10746301363411047613117
Binary10001111001100110101111011100100100010011111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470433; }

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

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

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

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

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

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

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

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