Html Css Color HEX #4E2568 Blue Diamond

📋 copy color: '#4E2568'

red 78 ◦ green 37 ◦ blue 104

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

Shades of Blue Diamond #4E2568

Tints of Blue Diamond #4E2568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 35.62%
G = 16.89%
B = 47.49%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E2568 (or 0x4E2568) is known color: Blue Diamond. HEX triplet: 4E, 25 and 68. RGB value is (78,37,104). Sum of RGB (Red+Green+Blue) = 78+37+104=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E2568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2568 is #B1DA97. Grayscale: #383838. Windows color (decimal): -11655832 or 6825294. OLE color: 6825294.

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

Color convert

RGB 78 37 104 -
CMYK 0.25 0.64 0 0.59
HSL 276.72º 0.48% 0.28% -
HSV(B) 276.72º 0.64% 0.41% -
XYZ 6.3 3.94 13.53 -
YUV 56.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 78 37 104 0.25 0.64 0 0.59 276.72 0.48 0.28
Hex 4E 25 68 19 40 0 3B 115 30 1C
Octal 116 45 150 31 100 0 73 425 60 34
Binary 1001110 100101 1101000 11001 1000000 0 111011 100010101 110000 11100

Color Harmonies of #4E2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2568

Black with #4E2568

Text Example


Text Example

White with #4E2568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,104); }

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

background-color css

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

 a { background-color: rgb(78,37,104); }

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

border-color css

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

 span { border-color: rgb(78,37,104); }

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