#4A063E

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

Shades of Blackberry #4A063E

Tints of Blackberry #4A063E

Color information

#4A063E (or 0x4A063E) is unknown color: approx Blackberry. HEX triplet: 4A, 06 and 3E. RGB value is (74,6,62). Sum of RGB (Red+Green+Blue) = 74+6+62=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A063E is #B5F9C1. Grayscale: #202020. Windows color (decimal): -11925954 or 4064842. OLE color: 4064842.

HSL color Cylindrical-coordinate representation of color #4A063E: hue angle of 310.59º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A063E is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB74662-
CMYK00.920.160.71
HSL310.59º85%15.69%-
HSV(B)310.59º91.89%29.02%-
XYZ3.761.934.73-
YUV32.72144.53157.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 52.11%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=52.11%
G=4.23%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7466200.920.160.71310.598515.69
Hex4A63E05C10471375510
Octal11267601342010746712520
Binary100101011011111001011100100001000111100110111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A063E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,6,62); }

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

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

 a { background-color: rgb(74,6,62); }

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

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

 span { border-color: rgb(74,6,62); }

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