#470428

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

Shades of Blackberry #470428

Tints of Blackberry #470428

Color information

#470428 (or 0x470428) is unknown color: approx Blackberry. HEX triplet: 47, 04 and 28. RGB value is (71,4,40). Sum of RGB (Red+Green+Blue) = 71+4+40=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470428 is #B8FBD7. Grayscale: #1C1C1C. Windows color (decimal): -12123096 or 2622535. OLE color: 2622535.

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

Color convert

RGB71440-
CMYK00.940.440.72
HSL327.76º89.33%14.71%-
HSV(B)327.76º94.37%27.84%-
XYZ3.021.582.15-
YUV28.14134.7158.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 40 (16.02% from 255) = 34.78%
R=61.74%
G=3.48%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7144000.940.440.72327.7689.3314.71
Hex4742805E2C4814859f
Octal10745001365411051013117
Binary100011110010100001011110101100100100010100100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470428; }

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

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

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

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

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

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

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

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