Html Css Color HEX #4E1442 Blackberry

📋 copy color: '#4E1442'

red 78 ◦ green 20 ◦ blue 66

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

Shades of Blackberry #4E1442

Tints of Blackberry #4E1442

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

 BLUE value IS 66 (26.17% from 255) = 40.24%

R = 47.56%
G = 12.2%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#4E1442 (or 0x4E1442) is known color: Blackberry. HEX triplet: 4E, 14 and 42. RGB value is (78,20,66). Sum of RGB (Red+Green+Blue) = 78+20+66=164 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.56% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 66 (26.17% from 255 or 40.24% from 164); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1442 is #B1EBBD. Grayscale: #2A2A2A. Windows color (decimal): -11660222 or 4330574. OLE color: 4330574.

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

Color convert

RGB 78 20 66 -
CMYK 0 0.74 0.15 0.69
HSL 312.41º 0.59% 0.19% -
HSV(B) 312.41º 0.74% 0.31% -
XYZ 4.38 2.51 5.41 -
YUV 42.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 78 20 66 0 0.74 0.15 0.69 312.41 0.59 0.19
Hex 4E 14 42 0 4A F 45 138 3B 13
Octal 116 24 102 0 112 17 105 470 73 23
Binary 1001110 10100 1000010 0 1001010 1111 1000101 100111000 111011 10011

Color Harmonies of #4E1442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1442

Black with #4E1442

Text Example


Text Example

White with #4E1442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,20,66); }

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

background-color css

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

 a { background-color: rgb(78,20,66); }

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

border-color css

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

 span { border-color: rgb(78,20,66); }

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