Html Css Color HEX #4A0A40 Blackberry

📋 copy color: '#4A0A40'

red 74 ◦ green 10 ◦ blue 64

#4A0A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #4A0A40

Tints of Blackberry #4A0A40

RGB

 RED value IS 74 (29.3% from 255) = 50%

 GREEN value IS 10 (4.3% from 255) = 6.76%

 BLUE value IS 64 (25.39% from 255) = 43.24%

R = 50%
G = 6.76%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#4A0A40 (or 0x4A0A40) is known color: Blackberry. HEX triplet: 4A, 0A and 40. RGB value is (74,10,64). Sum of RGB (Red+Green+Blue) = 74+10+64=148 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0A40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0A40 is #B5F5BF. Grayscale: #232323. Windows color (decimal): -11924928 or 4196938. OLE color: 4196938.

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

Color convert

RGB 74 10 64 -
CMYK 0 0.86 0.14 0.71
HSL 309.38º 0.76% 0.16% -
HSV(B) 309.38º 0.86% 0.29% -
XYZ 3.86 2.04 5.04 -
YUV 35.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 74 10 64 0 0.86 0.14 0.71 309.38 0.76 0.16
Hex 4A A 40 0 56 E 47 135 4C 10
Octal 112 12 100 0 126 16 107 465 114 20
Binary 1001010 1010 1000000 0 1010110 1110 1000111 100110101 1001100 10000

Color Harmonies of #4A0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0A40

Black with #4A0A40

Text Example


Text Example

White with #4A0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,64); }

 H1.HeaderClassName
 {
   color: #4A0A40;
 }
 .AnyTagClassName
 {
   color: #4A0A40;
 }
</style>

background-color css

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

 a { background-color: rgb(74,10,64); }

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

border-color css

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

 span { border-color: rgb(74,10,64); }

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