#470629

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

Shades of Blackberry #470629

Tints of Blackberry #470629

Color information

#470629 (or 0x470629) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 29. RGB value is (71,6,41). Sum of RGB (Red+Green+Blue) = 71+6+41=118 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.17% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 71 - color contains mainly: red. Hex color #470629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470629 is #B8F9D6. Grayscale: #1D1D1D. Windows color (decimal): -12122583 or 2688583. OLE color: 2688583.

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

Color convert

RGB71641-
CMYK00.920.420.72
HSL327.69º84.42%15.1%-
HSV(B)327.69º91.55%27.84%-
XYZ3.061.632.25-
YUV29.42134.53157.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.17%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 41 (16.41% from 255) = 34.75%
R=60.17%
G=5.08%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7164100.920.420.72327.6984.4215.1
Hex4762905C2A4814854f
Octal10765101345211051012417
Binary100011111010100101011100101010100100010100100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470629; }

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

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

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

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

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

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

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

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