Html Css Color HEX #4E2869 Blue Diamond

📋 copy color: '#4E2869'

red 78 ◦ green 40 ◦ blue 105

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

Shades of Blue Diamond #4E2869

Tints of Blue Diamond #4E2869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 105 (41.41% from 255) = 47.09%

R = 34.98%
G = 17.94%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E2869 (or 0x4E2869) is known color: Blue Diamond. HEX triplet: 4E, 28 and 69. RGB value is (78,40,105). Sum of RGB (Red+Green+Blue) = 78+40+105=223 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.98% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E2869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2869 is #B1D796. Grayscale: #3A3A3A. Windows color (decimal): -11655063 or 6891598. OLE color: 6891598.

HSL color Cylindrical-coordinate representation of color #4E2869: hue angle of 275.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E2869 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 40 105 -
CMYK 0.26 0.62 0 0.59
HSL 275.08º 0.45% 0.28% -
HSV(B) 275.08º 0.62% 0.41% -
XYZ 6.45 4.16 13.83 -
YUV 58.77 154.09 141.71 -
System Red Green Blue C M Y K H S L
Decimal 78 40 105 0.26 0.62 0 0.59 275.08 0.45 0.28
Hex 4E 28 69 1A 3E 0 3B 113 2D 1C
Octal 116 50 151 32 76 0 73 423 55 34
Binary 1001110 101000 1101001 11010 111110 0 111011 100010011 101101 11100

Color Harmonies of #4E2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2869

Black with #4E2869

Text Example


Text Example

White with #4E2869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,105); }

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

background-color css

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

 a { background-color: rgb(78,40,105); }

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

border-color css

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

 span { border-color: rgb(78,40,105); }

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