#470638

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

Shades of Blackberry #470638

Tints of Blackberry #470638

Color information

#470638 (or 0x470638) is unknown color: approx Blackberry. HEX triplet: 47, 06 and 38. RGB value is (71,6,56). Sum of RGB (Red+Green+Blue) = 71+6+56=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #470638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470638 is #B8F9C7. Grayscale: #1F1F1F. Windows color (decimal): -12122568 or 3671623. OLE color: 3671623.

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

Color convert

RGB71656-
CMYK00.920.210.72
HSL313.85º84.42%15.1%-
HSV(B)313.85º91.55%27.84%-
XYZ3.381.763.9-
YUV31.14142.03156.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.38%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 56 (22.27% from 255) = 42.11%
R=53.38%
G=4.51%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7165600.920.210.72313.8584.4215.1
Hex4763805C154813a54f
Octal10767001342511047212417
Binary10001111101110000101110010101100100010011101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470638; }

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

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

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

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

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

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

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

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