Html Css Color HEX #4E1A3F Blackberry

📋 copy color: '#4E1A3F'

red 78 ◦ green 26 ◦ blue 63

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

Shades of Blackberry #4E1A3F

Tints of Blackberry #4E1A3F

RGB

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

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

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

R = 46.71%
G = 15.57%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#4E1A3F (or 0x4E1A3F) is known color: Blackberry. HEX triplet: 4E, 1A and 3F. RGB value is (78,26,63). Sum of RGB (Red+Green+Blue) = 78+26+63=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E1A3F is #B1E5C0. Grayscale: #2D2D2D. Windows color (decimal): -11658689 or 4135502. OLE color: 4135502.

HSL color Cylindrical-coordinate representation of color #4E1A3F: hue angle of 317.31º 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 #4E1A3F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 26 63 -
CMYK 0 0.67 0.19 0.69
HSL 317.31º 0.5% 0.2% -
HSV(B) 317.31º 0.67% 0.31% -
XYZ 4.41 2.72 4.99 -
YUV 45.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 78 26 63 0 0.67 0.19 0.69 317.31 0.5 0.2
Hex 4E 1A 3F 0 43 13 45 13D 32 14
Octal 116 32 77 0 103 23 105 475 62 24
Binary 1001110 11010 111111 0 1000011 10011 1000101 100111101 110010 10100

Color Harmonies of #4E1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A3F

Black with #4E1A3F

Text Example


Text Example

White with #4E1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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