Html Css Color HEX #4E1141 Blackberry

📋 copy color: '#4E1141'

red 78 ◦ green 17 ◦ blue 65

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

Shades of Blackberry #4E1141

Tints of Blackberry #4E1141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.63%

 BLUE value IS 65 (25.78% from 255) = 40.63%

R = 48.75%
G = 10.63%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E1141 (or 0x4E1141) is known color: Blackberry. HEX triplet: 4E, 11 and 41. RGB value is (78,17,65). Sum of RGB (Red+Green+Blue) = 78+17+65=160 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.75% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1141 is #B1EEBE. Grayscale: #282828. Windows color (decimal): -11660991 or 4264270. OLE color: 4264270.

HSL color Cylindrical-coordinate representation of color #4E1141: hue angle of 312.79º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1141 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 17 65 -
CMYK 0 0.78 0.17 0.69
HSL 312.79º 0.64% 0.19% -
HSV(B) 312.79º 0.78% 0.31% -
XYZ 4.3 2.4 5.24 -
YUV 40.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 78 17 65 0 0.78 0.17 0.69 312.79 0.64 0.19
Hex 4E 11 41 0 4E 11 45 139 40 13
Octal 116 21 101 0 116 21 105 471 100 23
Binary 1001110 10001 1000001 0 1001110 10001 1000101 100111001 1000000 10011

Color Harmonies of #4E1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1141

Black with #4E1141

Text Example


Text Example

White with #4E1141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,65); }

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

background-color css

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

 a { background-color: rgb(78,17,65); }

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

border-color css

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

 span { border-color: rgb(78,17,65); }

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