Html Css Color HEX #4E1A40 Blackberry

📋 copy color: '#4E1A40'

red 78 ◦ green 26 ◦ blue 64

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

Shades of Blackberry #4E1A40

Tints of Blackberry #4E1A40

RGB

 RED value IS 78 (30.86% from 255) = 46.43%

 GREEN value IS 26 (10.55% from 255) = 15.48%

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

R = 46.43%
G = 15.48%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#4E1A40 (or 0x4E1A40) is known color: Blackberry. HEX triplet: 4E, 1A and 40. RGB value is (78,26,64). Sum of RGB (Red+Green+Blue) = 78+26+64=168 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.43% from 168); Green value is 26 (10.55% from 255 or 15.48% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A40 is #B1E5BF. Grayscale: #2D2D2D. Windows color (decimal): -11658688 or 4201038. OLE color: 4201038.

HSL color Cylindrical-coordinate representation of color #4E1A40: hue angle of 316.15º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E1A40 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 26 64 -
CMYK 0 0.67 0.18 0.69
HSL 316.15º 0.5% 0.2% -
HSV(B) 316.15º 0.67% 0.31% -
XYZ 4.44 2.73 5.14 -
YUV 45.88 138.23 150.91 -
System Red Green Blue C M Y K H S L
Decimal 78 26 64 0 0.67 0.18 0.69 316.15 0.5 0.2
Hex 4E 1A 40 0 43 12 45 13C 32 14
Octal 116 32 100 0 103 22 105 474 62 24
Binary 1001110 11010 1000000 0 1000011 10010 1000101 100111100 110010 10100

Color Harmonies of #4E1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A40

Black with #4E1A40

Text Example


Text Example

White with #4E1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,26,64); }

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

background-color css

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

 a { background-color: rgb(78,26,64); }

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

border-color css

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

 span { border-color: rgb(78,26,64); }

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