#4F0728

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

Shades of Blackberry #4F0728

Tints of Blackberry #4F0728

Color information

#4F0728 (or 0x4F0728) is unknown color: approx Blackberry. HEX triplet: 4F, 07 and 28. RGB value is (79,7,40). Sum of RGB (Red+Green+Blue) = 79+7+40=126 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.70% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0728 is #B0F8D7. Grayscale: #202020. Windows color (decimal): -11598040 or 2623311. OLE color: 2623311.

HSL color Cylindrical-coordinate representation of color #4F0728: hue angle of 332.5º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0728 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB79740-
CMYK00.910.490.69
HSL332.5º83.72%16.86%-
HSV(B)332.5º91.14%30.98%-
XYZ3.681.972.19-
YUV32.29132.35161.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 62.70%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=62.70%
G=5.56%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7974000.910.490.69332.583.7216.86
Hex4F72805B314514c5411
Octal11775001336110551412421
Binary1001111111101000010110111100011000101101001100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F0728; }

 p { color: rgb(79,7,40); }

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

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

 a { background-color: rgb(79,7,40); }

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

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

 span { border-color: rgb(79,7,40); }

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