Html Css Color HEX #4D3F9A Blue Gem

📋 copy color: '#4D3F9A'

red 77 ◦ green 63 ◦ blue 154

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

Shades of Blue Gem #4D3F9A

Tints of Blue Gem #4D3F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 26.19%
G = 21.43%
B = 52.38%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D3F9A (or 0x4D3F9A) is known color: Blue Gem. HEX triplet: 4D, 3F and 9A. RGB value is (77,63,154). Sum of RGB (Red+Green+Blue) = 77+63+154=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D3F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F9A is #B2C065. Grayscale: #4D4D4D. Windows color (decimal): -11714662 or 10108749. OLE color: 10108749.

HSL color Cylindrical-coordinate representation of color #4D3F9A: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D3F9A is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 63 154 -
CMYK 0.50 0.59 0 0.40
HSL 249.23º 0.42% 0.43% -
HSV(B) 249.23º 0.59% 0.6% -
XYZ 10.67 7.47 31.45 -
YUV 77.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 77 63 154 0.50 0.59 0 0.40 249.23 0.42 0.43
Hex 4D 3F 9A 32 3B 0 28 F9 2A 2B
Octal 115 77 232 62 73 0 50 371 52 53
Binary 1001101 111111 10011010 110010 111011 0 101000 11111001 101010 101011

Color Harmonies of #4D3F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F9A

Black with #4D3F9A

Text Example


Text Example

White with #4D3F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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