Html Css Color HEX #4E2A6D Blue Diamond

📋 copy color: '#4E2A6D'

red 78 ◦ green 42 ◦ blue 109

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

Shades of Blue Diamond #4E2A6D

Tints of Blue Diamond #4E2A6D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.34%

 BLUE value IS 109 (42.97% from 255) = 47.6%

R = 34.06%
G = 18.34%
B = 47.6%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E2A6D (or 0x4E2A6D) is known color: Blue Diamond. HEX triplet: 4E, 2A and 6D. RGB value is (78,42,109). Sum of RGB (Red+Green+Blue) = 78+42+109=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E2A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2A6D is #B1D592. Grayscale: #3C3C3C. Windows color (decimal): -11654547 or 7154254. OLE color: 7154254.

HSL color Cylindrical-coordinate representation of color #4E2A6D: hue angle of 272.24º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E2A6D is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 42 109 -
CMYK 0.28 0.61 0 0.57
HSL 272.24º 0.44% 0.3% -
HSV(B) 272.24º 0.61% 0.43% -
XYZ 6.73 4.38 14.96 -
YUV 60.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 78 42 109 0.28 0.61 0 0.57 272.24 0.44 0.3
Hex 4E 2A 6D 1C 3D 0 39 110 2C 1E
Octal 116 52 155 34 75 0 71 420 54 36
Binary 1001110 101010 1101101 11100 111101 0 111001 100010000 101100 11110

Color Harmonies of #4E2A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2A6D

Black with #4E2A6D

Text Example


Text Example

White with #4E2A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,42,109); }

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

background-color css

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

 a { background-color: rgb(78,42,109); }

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

border-color css

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

 span { border-color: rgb(78,42,109); }

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