Html Css Color HEX #4D389B Blue Gem

📋 copy color: '#4D389B'

red 77 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #4D389B

Tints of Blue Gem #4D389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.44%

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

R = 26.74%
G = 19.44%
B = 53.82%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D389B (or 0x4D389B) is known color: Blue Gem. HEX triplet: 4D, 38 and 9B. RGB value is (77,56,155). Sum of RGB (Red+Green+Blue) = 77+56+155=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D389B is #B2C764. Grayscale: #494949. Windows color (decimal): -11716453 or 10172493. OLE color: 10172493.

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

Color convert

RGB 77 56 155 -
CMYK 0.50 0.64 0 0.39
HSL 252.73º 0.47% 0.41% -
HSV(B) 252.73º 0.64% 0.61% -
XYZ 10.39 6.77 31.77 -
YUV 73.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 77 56 155 0.50 0.64 0 0.39 252.73 0.47 0.41
Hex 4D 38 9B 32 40 0 27 FD 2F 29
Octal 115 70 233 62 100 0 47 375 57 51
Binary 1001101 111000 10011011 110010 1000000 0 100111 11111101 101111 101001

Color Harmonies of #4D389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D389B

Black with #4D389B

Text Example


Text Example

White with #4D389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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