#490436

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

Shades of Blackberry #490436

Tints of Blackberry #490436

Color information

#490436 (or 0x490436) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 36. RGB value is (73,4,54). Sum of RGB (Red+Green+Blue) = 73+4+54=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #490436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490436 is #B6FBC9. Grayscale: #1E1E1E. Windows color (decimal): -11992010 or 3540041. OLE color: 3540041.

HSL color Cylindrical-coordinate representation of color #490436: hue angle of 316.52º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490436 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB73454-
CMYK00.950.260.71
HSL316.52º89.61%15.1%-
HSV(B)316.52º94.52%28.63%-
XYZ3.461.773.65-
YUV30.33141.36158.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 55.73%
GREEN value IS 4 (1.95% from 255) = 3.05%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=55.73%
G=3.05%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345400.950.260.71316.5289.6115.1
Hex4943605F1A4713d5af
Octal11146601373210747513217
Binary10010011001101100101111111010100011110011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490436; }

 p { color: rgb(73,4,54); }

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

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

 a { background-color: rgb(73,4,54); }

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

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

 span { border-color: rgb(73,4,54); }

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