Html Css Color HEX #4D369B Blue Gem

📋 copy color: '#4D369B'

red 77 ◦ green 54 ◦ blue 155

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

Shades of Blue Gem #4D369B

Tints of Blue Gem #4D369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 26.92%
G = 18.88%
B = 54.2%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D369B (or 0x4D369B) is known color: Blue Gem. HEX triplet: 4D, 36 and 9B. RGB value is (77,54,155). Sum of RGB (Red+Green+Blue) = 77+54+155=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D369B is #B2C964. Grayscale: #484848. Windows color (decimal): -11716965 or 10171981. OLE color: 10171981.

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

Color convert

RGB 77 54 155 -
CMYK 0.50 0.65 0 0.39
HSL 253.66º 0.48% 0.41% -
HSV(B) 253.66º 0.65% 0.61% -
XYZ 10.3 6.58 31.74 -
YUV 72.39 174.62 131.29 -
System Red Green Blue C M Y K H S L
Decimal 77 54 155 0.50 0.65 0 0.39 253.66 0.48 0.41
Hex 4D 36 9B 32 41 0 27 FE 30 29
Octal 115 66 233 62 101 0 47 376 60 51
Binary 1001101 110110 10011011 110010 1000001 0 100111 11111110 110000 101001

Color Harmonies of #4D369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D369B

Black with #4D369B

Text Example


Text Example

White with #4D369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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