Html Css Color HEX #4D388F Blue Gem

📋 copy color: '#4D388F'

red 77 ◦ green 56 ◦ blue 143

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

Shades of Blue Gem #4D388F

Tints of Blue Gem #4D388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 51.81%

R = 27.9%
G = 20.29%
B = 51.81%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D388F (or 0x4D388F) is known color: Blue Gem. HEX triplet: 4D, 38 and 8F. RGB value is (77,56,143). Sum of RGB (Red+Green+Blue) = 77+56+143=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 143 (56.25% from 255 or 51.81% from 276); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D388F is #B2C770. Grayscale: #474747. Windows color (decimal): -11716465 or 9386061. OLE color: 9386061.

HSL color Cylindrical-coordinate representation of color #4D388F: hue angle of 254.48º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D388F is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 56 143 -
CMYK 0.46 0.61 0 0.44
HSL 254.48º 0.44% 0.39% -
HSV(B) 254.48º 0.61% 0.56% -
XYZ 9.43 6.39 26.72 -
YUV 72.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 77 56 143 0.46 0.61 0 0.44 254.48 0.44 0.39
Hex 4D 38 8F 2E 3D 0 2C FE 2C 27
Octal 115 70 217 56 75 0 54 376 54 47
Binary 1001101 111000 10001111 101110 111101 0 101100 11111110 101100 100111

Color Harmonies of #4D388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D388F

Black with #4D388F

Text Example


Text Example

White with #4D388F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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