Html Css Color HEX #4D3E90 Blue Gem

📋 copy color: '#4D3E90'

red 77 ◦ green 62 ◦ blue 144

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

Shades of Blue Gem #4D3E90

Tints of Blue Gem #4D3E90

RGB

 RED value IS 77 (30.47% from 255) = 27.21%

 GREEN value IS 62 (24.61% from 255) = 21.91%

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

R = 27.21%
G = 21.91%
B = 50.88%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D3E90 (or 0x4D3E90) is known color: Blue Gem. HEX triplet: 4D, 3E and 90. RGB value is (77,62,144). Sum of RGB (Red+Green+Blue) = 77+62+144=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D3E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E90 is #B2C16F. Grayscale: #4B4B4B. Windows color (decimal): -11714928 or 9453133. OLE color: 9453133.

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

Color convert

RGB 77 62 144 -
CMYK 0.47 0.57 0 0.44
HSL 250.98º 0.4% 0.4% -
HSV(B) 250.98º 0.57% 0.56% -
XYZ 9.82 7.04 27.23 -
YUV 75.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 77 62 144 0.47 0.57 0 0.44 250.98 0.4 0.4
Hex 4D 3E 90 2F 39 0 2C FB 28 28
Octal 115 76 220 57 71 0 54 373 50 50
Binary 1001101 111110 10010000 101111 111001 0 101100 11111011 101000 101000

Color Harmonies of #4D3E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E90

Black with #4D3E90

Text Example


Text Example

White with #4D3E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,62,144); }

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

background-color css

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

 a { background-color: rgb(77,62,144); }

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

border-color css

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

 span { border-color: rgb(77,62,144); }

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