Html Css Color HEX #4E1871 Blue Diamond

📋 copy color: '#4E1871'

red 78 ◦ green 24 ◦ blue 113

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

Shades of Blue Diamond #4E1871

Tints of Blue Diamond #4E1871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 113 (44.53% from 255) = 52.56%

R = 36.28%
G = 11.16%
B = 52.56%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E1871 (or 0x4E1871) is known color: Blue Diamond. HEX triplet: 4E, 18 and 71. RGB value is (78,24,113). Sum of RGB (Red+Green+Blue) = 78+24+113=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1871 is #B1E78E. Grayscale: #313131. Windows color (decimal): -11659151 or 7411790. OLE color: 7411790.

HSL color Cylindrical-coordinate representation of color #4E1871: hue angle of 276.4º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1871 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 24 113 -
CMYK 0.31 0.79 0 0.56
HSL 276.4º 0.65% 0.27% -
HSV(B) 276.4º 0.79% 0.44% -
XYZ 6.45 3.47 15.95 -
YUV 50.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 78 24 113 0.31 0.79 0 0.56 276.4 0.65 0.27
Hex 4E 18 71 1F 4F 0 38 114 41 1B
Octal 116 30 161 37 117 0 70 424 101 33
Binary 1001110 11000 1110001 11111 1001111 0 111000 100010100 1000001 11011

Color Harmonies of #4E1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1871

Black with #4E1871

Text Example


Text Example

White with #4E1871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,24,113); }

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

background-color css

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

 a { background-color: rgb(78,24,113); }

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

border-color css

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

 span { border-color: rgb(78,24,113); }

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