#4A043A

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

Shades of Blackberry #4A043A

Tints of Blackberry #4A043A

Color information

#4A043A (or 0x4A043A) is unknown color: approx Blackberry. HEX triplet: 4A, 04 and 3A. RGB value is (74,4,58). Sum of RGB (Red+Green+Blue) = 74+4+58=136 (18% of max value = 765). Red value is 74 (29.30% from 255 or 54.41% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 74 - color contains mainly: red. Hex color #4A043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A043A is #B5FBC5. Grayscale: #1E1E1E. Windows color (decimal): -11926470 or 3802186. OLE color: 3802186.

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

Color convert

RGB74458-
CMYK00.950.220.71
HSL313.71º89.74%15.29%-
HSV(B)313.71º94.59%29.02%-
XYZ3.631.854.17-
YUV31.09143.19158.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 54.41%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 58 (23.05% from 255) = 42.65%
R=54.41%
G=2.94%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7445800.950.220.71313.7189.7415.29
Hex4A43A05F164713a5af
Octal11247201372610747213217
Binary10010101001110100101111110110100011110011101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,58); }

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

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

 a { background-color: rgb(74,4,58); }

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

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

 span { border-color: rgb(74,4,58); }

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