Html Css Color HEX #4E1C77 Blue Diamond

📋 copy color: '#4E1C77'

red 78 ◦ green 28 ◦ blue 119

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

Shades of Blue Diamond #4E1C77

Tints of Blue Diamond #4E1C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 34.67%
G = 12.44%
B = 52.89%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E1C77 (or 0x4E1C77) is known color: Blue Diamond. HEX triplet: 4E, 1C and 77. RGB value is (78,28,119). Sum of RGB (Red+Green+Blue) = 78+28+119=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E1C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1C77 is #B1E388. Grayscale: #353535. Windows color (decimal): -11658121 or 7806030. OLE color: 7806030.

HSL color Cylindrical-coordinate representation of color #4E1C77: hue angle of 272.97º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1C77 is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 28 119 -
CMYK 0.34 0.76 0 0.53
HSL 272.97º 0.62% 0.29% -
HSV(B) 272.97º 0.76% 0.47% -
XYZ 6.89 3.78 17.82 -
YUV 53.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 78 28 119 0.34 0.76 0 0.53 272.97 0.62 0.29
Hex 4E 1C 77 22 4C 0 35 111 3E 1D
Octal 116 34 167 42 114 0 65 421 76 35
Binary 1001110 11100 1110111 100010 1001100 0 110101 100010001 111110 11101

Color Harmonies of #4E1C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C77

Black with #4E1C77

Text Example


Text Example

White with #4E1C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,28,119); }

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

background-color css

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

 a { background-color: rgb(78,28,119); }

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

border-color css

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

 span { border-color: rgb(78,28,119); }

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