#470628

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

Shades of Blackberry #470628

Tints of Blackberry #470628

Color information

#470628 (or 0x470628) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 28. RGB value is (71,6,40). Sum of RGB (Red+Green+Blue) = 71+6+40=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 6 (2.73% from 255 or 5.13% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #470628 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470628 is #B8F9D7. Grayscale: #1D1D1D. Windows color (decimal): -12122584 or 2623047. OLE color: 2623047.

HSL color Cylindrical-coordinate representation of color #470628: hue angle of 328.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #470628 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB71640-
CMYK00.920.440.72
HSL328.62º84.42%15.1%-
HSV(B)328.62º91.55%27.84%-
XYZ3.051.622.16-
YUV29.31134.03157.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 6 (2.73% from 255) = 5.13%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=60.68%
G=5.13%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164000.920.440.72328.6284.4215.1
Hex4762805C2C4814954f
Octal10765001345411051112417
Binary100011111010100001011100101100100100010100100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470628; }

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

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

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

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

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

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

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

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