#470136

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

Shades of Blackberry #470136

Tints of Blackberry #470136

Color information

#470136 (or 0x470136) is unknown color: approx Blackberry. HEX triplet: 47, 01 and 36. RGB value is (71,1,54). Sum of RGB (Red+Green+Blue) = 71+1+54=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #470136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470136 is #B8FEC9. Grayscale: #1B1B1B. Windows color (decimal): -12123850 or 3539271. OLE color: 3539271.

HSL color Cylindrical-coordinate representation of color #470136: hue angle of 314.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470136 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB71154-
CMYK00.990.240.72
HSL314.57º97.22%14.12%-
HSV(B)314.57º98.59%27.84%-
XYZ3.281.633.63-
YUV27.97142.69158.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=56.35%
G=0.79%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7115400.990.240.72314.5797.2214.12
Hex47136063184813b61e
Octal10716601433011047314116
Binary100011111101100110001111000100100010011101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470136; }

 p { color: rgb(71,1,54); }

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

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

 a { background-color: rgb(71,1,54); }

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

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

 span { border-color: rgb(71,1,54); }

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