Html Css Color HEX #4D3E94 Blue Gem

📋 copy color: '#4D3E94'

red 77 ◦ green 62 ◦ blue 148

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

Shades of Blue Gem #4D3E94

Tints of Blue Gem #4D3E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 26.83%
G = 21.6%
B = 51.57%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D3E94 (or 0x4D3E94) is known color: Blue Gem. HEX triplet: 4D, 3E and 94. RGB value is (77,62,148). Sum of RGB (Red+Green+Blue) = 77+62+148=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D3E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E94 is #B2C16B. Grayscale: #4B4B4B. Windows color (decimal): -11714924 or 9715277. OLE color: 9715277.

HSL color Cylindrical-coordinate representation of color #4D3E94: hue angle of 250.47º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3E94 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 62 148 -
CMYK 0.48 0.58 0 0.42
HSL 250.47º 0.41% 0.41% -
HSV(B) 250.47º 0.58% 0.58% -
XYZ 10.13 7.16 28.87 -
YUV 76.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 77 62 148 0.48 0.58 0 0.42 250.47 0.41 0.41
Hex 4D 3E 94 30 3A 0 2A FA 29 29
Octal 115 76 224 60 72 0 52 372 51 51
Binary 1001101 111110 10010100 110000 111010 0 101010 11111010 101001 101001

Color Harmonies of #4D3E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E94

Black with #4D3E94

Text Example


Text Example

White with #4D3E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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