Html Css Color HEX #4D369D Blue Gem

📋 copy color: '#4D369D'

red 77 ◦ green 54 ◦ blue 157

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

Shades of Blue Gem #4D369D

Tints of Blue Gem #4D369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 26.74%
G = 18.75%
B = 54.51%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D369D (or 0x4D369D) is known color: Blue Gem. HEX triplet: 4D, 36 and 9D. RGB value is (77,54,157). Sum of RGB (Red+Green+Blue) = 77+54+157=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D369D is #B2C962. Grayscale: #484848. Windows color (decimal): -11716963 or 10303053. OLE color: 10303053.

HSL color Cylindrical-coordinate representation of color #4D369D: hue angle of 253.4º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D369D is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 54 157 -
CMYK 0.51 0.66 0 0.38
HSL 253.4º 0.49% 0.41% -
HSV(B) 253.4º 0.66% 0.62% -
XYZ 10.47 6.65 32.63 -
YUV 72.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 77 54 157 0.51 0.66 0 0.38 253.4 0.49 0.41
Hex 4D 36 9D 33 42 0 26 FD 31 29
Octal 115 66 235 63 102 0 46 375 61 51
Binary 1001101 110110 10011101 110011 1000010 0 100110 11111101 110001 101001

Color Harmonies of #4D369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D369D

Black with #4D369D

Text Example


Text Example

White with #4D369D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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