#470626

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

Shades of Blackberry #470626

Tints of Blackberry #470626

Color information

#470626 (or 0x470626) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 26. RGB value is (71,6,38). Sum of RGB (Red+Green+Blue) = 71+6+38=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470626 is #B8F9D9. Grayscale: #1D1D1D. Windows color (decimal): -12122586 or 2491975. OLE color: 2491975.

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

Color convert

RGB71638-
CMYK00.920.460.72
HSL330.46º84.42%15.1%-
HSV(B)330.46º91.55%27.84%-
XYZ3.011.611.99-
YUV29.08133.03157.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 6 (2.73% from 255) = 5.22%
BLUE value IS 38 (15.23% from 255) = 33.04%
R=61.74%
G=5.22%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7163800.920.460.72330.4684.4215.1
Hex4762605C2E4814a54f
Octal10764601345611051212417
Binary100011111010011001011100101110100100010100101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470626; }

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

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

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

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

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

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

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

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