#490435

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

Shades of Blackberry #490435

Tints of Blackberry #490435

Color information

#490435 (or 0x490435) is unknown color: approx Blackberry. HEX triplet: 49, 04 and 35. RGB value is (73,4,53). Sum of RGB (Red+Green+Blue) = 73+4+53=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #490435 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490435 is #B6FBCA. Grayscale: #1E1E1E. Windows color (decimal): -11992011 or 3474505. OLE color: 3474505.

HSL color Cylindrical-coordinate representation of color #490435: hue angle of 317.39º 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 #490435 is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB73453-
CMYK00.950.270.71
HSL317.39º89.61%15.1%-
HSV(B)317.39º94.52%28.63%-
XYZ3.431.763.53-
YUV30.22140.86158.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=56.15%
G=3.08%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7345300.950.270.71317.3989.6115.1
Hex4943505F1B4713d5af
Octal11146501373310747513217
Binary10010011001101010101111111011100011110011110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490435; }

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

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

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

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

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

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

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

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