Html Css Color HEX #4E1A73 Blue Diamond

📋 copy color: '#4E1A73'

red 78 ◦ green 26 ◦ blue 115

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

Shades of Blue Diamond #4E1A73

Tints of Blue Diamond #4E1A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 35.62%
G = 11.87%
B = 52.51%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4E1A73 (or 0x4E1A73) is known color: Blue Diamond. HEX triplet: 4E, 1A and 73. RGB value is (78,26,115). Sum of RGB (Red+Green+Blue) = 78+26+115=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #4E1A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A73 is #B1E58C. Grayscale: #333333. Windows color (decimal): -11658637 or 7543374. OLE color: 7543374.

HSL color Cylindrical-coordinate representation of color #4E1A73: hue angle of 275.06º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1A73 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 26 115 -
CMYK 0.32 0.77 0 0.55
HSL 275.06º 0.63% 0.28% -
HSV(B) 275.06º 0.77% 0.45% -
XYZ 6.61 3.6 16.57 -
YUV 51.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 78 26 115 0.32 0.77 0 0.55 275.06 0.63 0.28
Hex 4E 1A 73 20 4D 0 37 113 3F 1C
Octal 116 32 163 40 115 0 67 423 77 34
Binary 1001110 11010 1110011 100000 1001101 0 110111 100010011 111111 11100

Color Harmonies of #4E1A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A73

Black with #4E1A73

Text Example


Text Example

White with #4E1A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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