Html Css Color HEX #4E3F90 Blue Gem

📋 copy color: '#4E3F90'

red 78 ◦ green 63 ◦ blue 144

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

Shades of Blue Gem #4E3F90

Tints of Blue Gem #4E3F90

RGB

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

 GREEN value IS 63 (25% from 255) = 22.11%

 BLUE value IS 144 (56.64% from 255) = 50.53%

R = 27.37%
G = 22.11%
B = 50.53%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E3F90 (or 0x4E3F90) is known color: Blue Gem. HEX triplet: 4E, 3F and 90. RGB value is (78,63,144). Sum of RGB (Red+Green+Blue) = 78+63+144=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E3F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3F90 is #B1C06F. Grayscale: #4C4C4C. Windows color (decimal): -11649136 or 9453390. OLE color: 9453390.

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

Color convert

RGB 78 63 144 -
CMYK 0.46 0.56 0 0.44
HSL 251.11º 0.39% 0.41% -
HSV(B) 251.11º 0.56% 0.56% -
XYZ 9.95 7.19 27.25 -
YUV 76.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 78 63 144 0.46 0.56 0 0.44 251.11 0.39 0.41
Hex 4E 3F 90 2E 38 0 2C FB 27 29
Octal 116 77 220 56 70 0 54 373 47 51
Binary 1001110 111111 10010000 101110 111000 0 101100 11111011 100111 101001

Color Harmonies of #4E3F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3F90

Black with #4E3F90

Text Example


Text Example

White with #4E3F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,63,144); }

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

background-color css

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

 a { background-color: rgb(78,63,144); }

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

border-color css

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

 span { border-color: rgb(78,63,144); }

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