#470633

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

Shades of Blackberry #470633

Tints of Blackberry #470633

Color information

#470633 (or 0x470633) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 33. RGB value is (71,6,51). Sum of RGB (Red+Green+Blue) = 71+6+51=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470633 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470633 is #B8F9CC. Grayscale: #1E1E1E. Windows color (decimal): -12122573 or 3343943. OLE color: 3343943.

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

Color convert

RGB71651-
CMYK00.920.280.72
HSL318.46º84.42%15.1%-
HSV(B)318.46º91.55%27.84%-
XYZ3.261.713.29-
YUV30.56139.53156.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 51 (20.31% from 255) = 39.84%
R=55.47%
G=4.69%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165100.920.280.72318.4684.4215.1
Hex4763305C1C4813e54f
Octal10766301343411047612417
Binary10001111101100110101110011100100100010011111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470633; }

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

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

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

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

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

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

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

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