#4A053C

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

Shades of Blackberry #4A053C

Tints of Blackberry #4A053C

Color information

#4A053C (or 0x4A053C) is unknown color: approx Blackberry. HEX triplet: 4A, 05 and 3C. RGB value is (74,5,60). Sum of RGB (Red+Green+Blue) = 74+5+60=139 (18% of max value = 765). Red value is 74 (29.30% from 255 or 53.24% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 60 (23.83% from 255 or 43.17% from 139); Max value from RGB is 74 - color contains mainly: red. Hex color #4A053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A053C is #B5FAC3. Grayscale: #1F1F1F. Windows color (decimal): -11926212 or 3933514. OLE color: 3933514.

HSL color Cylindrical-coordinate representation of color #4A053C: hue angle of 312.17º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A053C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB74560-
CMYK00.930.190.71
HSL312.17º87.34%15.49%-
HSV(B)312.17º93.24%29.02%-
XYZ3.691.894.45-
YUV31.9143.86158.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 53.24%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 60 (23.83% from 255) = 43.17%
R=53.24%
G=3.60%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7456000.930.190.71312.1787.3415.49
Hex4A53C05D134713857f
Octal11257401352310747012717
Binary10010101011111000101110110011100011110011100010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,60); }

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

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

 a { background-color: rgb(74,5,60); }

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

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

 span { border-color: rgb(74,5,60); }

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