Html Css Color HEX #4E163F Blackberry

📋 copy color: '#4E163F'

red 78 ◦ green 22 ◦ blue 63

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

Shades of Blackberry #4E163F

Tints of Blackberry #4E163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.5%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 47.85%
G = 13.5%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E163F (or 0x4E163F) is known color: Blackberry. HEX triplet: 4E, 16 and 3F. RGB value is (78,22,63). Sum of RGB (Red+Green+Blue) = 78+22+63=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E163F is #B1E9C0. Grayscale: #2B2B2B. Windows color (decimal): -11659713 or 4134478. OLE color: 4134478.

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

Color convert

RGB 78 22 63 -
CMYK 0 0.72 0.19 0.69
HSL 316.07º 0.56% 0.2% -
HSV(B) 316.07º 0.72% 0.31% -
XYZ 4.33 2.55 4.97 -
YUV 43.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 78 22 63 0 0.72 0.19 0.69 316.07 0.56 0.2
Hex 4E 16 3F 0 48 13 45 13C 38 14
Octal 116 26 77 0 110 23 105 474 70 24
Binary 1001110 10110 111111 0 1001000 10011 1000101 100111100 111000 10100

Color Harmonies of #4E163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E163F

Black with #4E163F

Text Example


Text Example

White with #4E163F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,22,63); }

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

background-color css

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

 a { background-color: rgb(78,22,63); }

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

border-color css

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

 span { border-color: rgb(78,22,63); }

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