Html Css Color HEX #4D3F97 Blue Gem

📋 copy color: '#4D3F97'

red 77 ◦ green 63 ◦ blue 151

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

Shades of Blue Gem #4D3F97

Tints of Blue Gem #4D3F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 26.46%
G = 21.65%
B = 51.89%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D3F97 (or 0x4D3F97) is known color: Blue Gem. HEX triplet: 4D, 3F and 97. RGB value is (77,63,151). Sum of RGB (Red+Green+Blue) = 77+63+151=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D3F97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F97 is #B2C068. Grayscale: #4C4C4C. Windows color (decimal): -11714665 or 9912141. OLE color: 9912141.

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

Color convert

RGB 77 63 151 -
CMYK 0.49 0.58 0 0.41
HSL 249.55º 0.41% 0.42% -
HSV(B) 249.55º 0.58% 0.59% -
XYZ 10.42 7.37 30.15 -
YUV 77.22 169.64 127.84 -
System Red Green Blue C M Y K H S L
Decimal 77 63 151 0.49 0.58 0 0.41 249.55 0.41 0.42
Hex 4D 3F 97 31 3A 0 29 FA 29 2A
Octal 115 77 227 61 72 0 51 372 51 52
Binary 1001101 111111 10010111 110001 111010 0 101001 11111010 101001 101010

Color Harmonies of #4D3F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F97

Black with #4D3F97

Text Example


Text Example

White with #4D3F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,63,151); }

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

background-color css

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

 a { background-color: rgb(77,63,151); }

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

border-color css

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

 span { border-color: rgb(77,63,151); }

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