Html Css Color HEX #4D3F93 Blue Gem

📋 copy color: '#4D3F93'

red 77 ◦ green 63 ◦ blue 147

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

Shades of Blue Gem #4D3F93

Tints of Blue Gem #4D3F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 26.83%
G = 21.95%
B = 51.22%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D3F93 (or 0x4D3F93) is known color: Blue Gem. HEX triplet: 4D, 3F and 93. RGB value is (77,63,147). Sum of RGB (Red+Green+Blue) = 77+63+147=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F93 is #B2C06C. Grayscale: #4C4C4C. Windows color (decimal): -11714669 or 9649997. OLE color: 9649997.

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

Color convert

RGB 77 63 147 -
CMYK 0.48 0.57 0 0.42
HSL 250º 0.4% 0.41% -
HSV(B) 250º 0.57% 0.58% -
XYZ 10.1 7.24 28.47 -
YUV 76.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 77 63 147 0.48 0.57 0 0.42 250 0.4 0.41
Hex 4D 3F 93 30 39 0 2A FA 28 29
Octal 115 77 223 60 71 0 52 372 50 51
Binary 1001101 111111 10010011 110000 111001 0 101010 11111010 101000 101001

Color Harmonies of #4D3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F93

Black with #4D3F93

Text Example


Text Example

White with #4D3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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