Html Css Color HEX #4D309E Blue Gem

📋 copy color: '#4D309E'

red 77 ◦ green 48 ◦ blue 158

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

Shades of Blue Gem #4D309E

Tints of Blue Gem #4D309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

 BLUE value IS 158 (62.11% from 255) = 55.83%

R = 27.21%
G = 16.96%
B = 55.83%

CMYK

 C value IS 0.51

 M value IS 0.70

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D309E (or 0x4D309E) is known color: Blue Gem. HEX triplet: 4D, 30 and 9E. RGB value is (77,48,158). Sum of RGB (Red+Green+Blue) = 77+48+158=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D309E is #B2CF61. Grayscale: #444444. Windows color (decimal): -11718498 or 10367053. OLE color: 10367053.

HSL color Cylindrical-coordinate representation of color #4D309E: hue angle of 255.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D309E is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 48 158 -
CMYK 0.51 0.70 0 0.38
HSL 255.82º 0.53% 0.4% -
HSV(B) 255.82º 0.7% 0.62% -
XYZ 10.29 6.16 32.99 -
YUV 69.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 77 48 158 0.51 0.70 0 0.38 255.82 0.53 0.4
Hex 4D 30 9E 33 46 0 26 100 35 28
Octal 115 60 236 63 106 0 46 400 65 50
Binary 1001101 110000 10011110 110011 1000110 0 100110 100000000 110101 101000

Color Harmonies of #4D309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D309E

Black with #4D309E

Text Example


Text Example

White with #4D309E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,158); }

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

background-color css

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

 a { background-color: rgb(77,48,158); }

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

border-color css

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

 span { border-color: rgb(77,48,158); }

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