#4A0634

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

Shades of Blackberry #4A0634

Tints of Blackberry #4A0634

Color information

#4A0634 (or 0x4A0634) is unknown color: approx Blackberry. HEX triplet: 4A, 06 and 34. RGB value is (74,6,52). Sum of RGB (Red+Green+Blue) = 74+6+52=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0634 is #B5F9CB. Grayscale: #1F1F1F. Windows color (decimal): -11925964 or 3409482. OLE color: 3409482.

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

Color convert

RGB74652-
CMYK00.920.300.71
HSL319.41º85%15.69%-
HSV(B)319.41º91.89%29.02%-
XYZ3.511.833.42-
YUV31.58139.53158.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 56.06%
GREEN value IS 6 (2.73% from 255) = 4.55%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=56.06%
G=4.55%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7465200.920.300.71319.418515.69
Hex4A63405C1E4713f5510
Octal11266401343610747712520
Binary100101011011010001011100111101000111100111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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