Html Css Color HEX #4E197F Blue Diamond

📋 copy color: '#4E197F'

red 78 ◦ green 25 ◦ blue 127

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

Shades of Blue Diamond #4E197F

Tints of Blue Diamond #4E197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

 BLUE value IS 127 (50% from 255) = 55.22%

R = 33.91%
G = 10.87%
B = 55.22%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4E197F (or 0x4E197F) is known color: Blue Diamond. HEX triplet: 4E, 19 and 7F. RGB value is (78,25,127). Sum of RGB (Red+Green+Blue) = 78+25+127=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #4E197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E197F is #B1E680. Grayscale: #343434. Windows color (decimal): -11658881 or 8329550. OLE color: 8329550.

HSL color Cylindrical-coordinate representation of color #4E197F: hue angle of 271.18º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E197F is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 25 127 -
CMYK 0.39 0.80 0 0.50
HSL 271.18º 0.67% 0.3% -
HSV(B) 271.18º 0.8% 0.5% -
XYZ 7.32 3.85 20.44 -
YUV 52.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 78 25 127 0.39 0.80 0 0.50 271.18 0.67 0.3
Hex 4E 19 7F 27 50 0 32 10F 43 1E
Octal 116 31 177 47 120 0 62 417 103 36
Binary 1001110 11001 1111111 100111 1010000 0 110010 100001111 1000011 11110

Color Harmonies of #4E197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E197F

Black with #4E197F

Text Example


Text Example

White with #4E197F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,25,127); }

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

background-color css

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

 a { background-color: rgb(78,25,127); }

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

border-color css

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

 span { border-color: rgb(78,25,127); }

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