Html Css Color HEX #4D3699 Blue Gem

📋 copy color: '#4D3699'

red 77 ◦ green 54 ◦ blue 153

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

Shades of Blue Gem #4D3699

Tints of Blue Gem #4D3699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 27.11%
G = 19.01%
B = 53.87%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D3699 (or 0x4D3699) is known color: Blue Gem. HEX triplet: 4D, 36 and 99. RGB value is (77,54,153). Sum of RGB (Red+Green+Blue) = 77+54+153=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3699 is #B2C966. Grayscale: #474747. Windows color (decimal): -11716967 or 10040909. OLE color: 10040909.

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

Color convert

RGB 77 54 153 -
CMYK 0.50 0.65 0 0.4
HSL 253.94º 0.48% 0.41% -
HSV(B) 253.94º 0.65% 0.6% -
XYZ 10.13 6.52 30.86 -
YUV 72.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 77 54 153 0.50 0.65 0 0.4 253.94 0.48 0.41
Hex 4D 36 99 32 41 0 28 FE 30 29
Octal 115 66 231 62 101 0 50 376 60 51
Binary 1001101 110110 10011001 110010 1000001 0 101000 11111110 110000 101001

Color Harmonies of #4D3699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3699

Black with #4D3699

Text Example


Text Example

White with #4D3699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,54,153); }

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

background-color css

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

 a { background-color: rgb(77,54,153); }

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

border-color css

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

 span { border-color: rgb(77,54,153); }

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