Html Css Color HEX #4E438F Blue Gem

📋 copy color: '#4E438F'

red 78 ◦ green 67 ◦ blue 143

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

Shades of Blue Gem #4E438F

Tints of Blue Gem #4E438F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 49.65%

R = 27.08%
G = 23.26%
B = 49.65%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E438F (or 0x4E438F) is known color: Blue Gem. HEX triplet: 4E, 43 and 8F. RGB value is (78,67,143). Sum of RGB (Red+Green+Blue) = 78+67+143=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 143 (56.25% from 255 or 49.65% from 288); Max value from RGB is 143 - color contains mainly: blue. Hex color #4E438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E438F is #B1BC70. Grayscale: #4E4E4E. Windows color (decimal): -11648113 or 9388878. OLE color: 9388878.

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

Color convert

RGB 78 67 143 -
CMYK 0.45 0.53 0 0.44
HSL 248.68º 0.36% 0.41% -
HSV(B) 248.68º 0.53% 0.56% -
XYZ 10.11 7.62 26.92 -
YUV 78.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 78 67 143 0.45 0.53 0 0.44 248.68 0.36 0.41
Hex 4E 43 8F 2D 35 0 2C F9 24 29
Octal 116 103 217 55 65 0 54 371 44 51
Binary 1001110 1000011 10001111 101101 110101 0 101100 11111001 100100 101001

Color Harmonies of #4E438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E438F

Black with #4E438F

Text Example


Text Example

White with #4E438F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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