Html Css Color HEX #4E3CA3 Blue Gem

📋 copy color: '#4E3CA3'

red 78 ◦ green 60 ◦ blue 163

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

Shades of Blue Gem #4E3CA3

Tints of Blue Gem #4E3CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 163 (64.06% from 255) = 54.15%

R = 25.91%
G = 19.93%
B = 54.15%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E3CA3 (or 0x4E3CA3) is known color: Blue Gem. HEX triplet: 4E, 3C and A3. RGB value is (78,60,163). Sum of RGB (Red+Green+Blue) = 78+60+163=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #4E3CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CA3 is #B1C35C. Grayscale: #4C4C4C. Windows color (decimal): -11649885 or 10697806. OLE color: 10697806.

HSL color Cylindrical-coordinate representation of color #4E3CA3: hue angle of 250.49º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E3CA3 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 60 163 -
CMYK 0.52 0.63 0 0.36
HSL 250.49º 0.46% 0.44% -
HSV(B) 250.49º 0.63% 0.64% -
XYZ 11.37 7.5 35.5 -
YUV 77.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 78 60 163 0.52 0.63 0 0.36 250.49 0.46 0.44
Hex 4E 3C A3 34 3F 0 24 FA 2E 2C
Octal 116 74 243 64 77 0 44 372 56 54
Binary 1001110 111100 10100011 110100 111111 0 100100 11111010 101110 101100

Color Harmonies of #4E3CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CA3

Black with #4E3CA3

Text Example


Text Example

White with #4E3CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,163); }

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

background-color css

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

 a { background-color: rgb(78,60,163); }

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

border-color css

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

 span { border-color: rgb(78,60,163); }

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