Html Css Color HEX #4E438D Blue Gem

📋 copy color: '#4E438D'

red 78 ◦ green 67 ◦ blue 141

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

Shades of Blue Gem #4E438D

Tints of Blue Gem #4E438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 141 (55.47% from 255) = 49.3%

R = 27.27%
G = 23.43%
B = 49.3%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E438D (or 0x4E438D) is known color: Blue Gem. HEX triplet: 4E, 43 and 8D. RGB value is (78,67,141). Sum of RGB (Red+Green+Blue) = 78+67+141=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E438D is #B1BC72. Grayscale: #4E4E4E. Windows color (decimal): -11648115 or 9257806. OLE color: 9257806.

HSL color Cylindrical-coordinate representation of color #4E438D: hue angle of 248.92º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E438D is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 67 141 -
CMYK 0.45 0.52 0 0.45
HSL 248.92º 0.36% 0.41% -
HSV(B) 248.92º 0.52% 0.55% -
XYZ 9.96 7.56 26.13 -
YUV 78.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 78 67 141 0.45 0.52 0 0.45 248.92 0.36 0.41
Hex 4E 43 8D 2D 34 0 2D F9 24 29
Octal 116 103 215 55 64 0 55 371 44 51
Binary 1001110 1000011 10001101 101101 110100 0 101101 11111001 100100 101001

Color Harmonies of #4E438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E438D

Black with #4E438D

Text Example


Text Example

White with #4E438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,67,141); }

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

background-color css

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

 a { background-color: rgb(78,67,141); }

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

border-color css

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

 span { border-color: rgb(78,67,141); }

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