Html Css Color HEX #4D3C98 Blue Gem

📋 copy color: '#4D3C98'

red 77 ◦ green 60 ◦ blue 152

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

Shades of Blue Gem #4D3C98

Tints of Blue Gem #4D3C98

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 26.64%
G = 20.76%
B = 52.6%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D3C98 (or 0x4D3C98) is known color: Blue Gem. HEX triplet: 4D, 3C and 98. RGB value is (77,60,152). Sum of RGB (Red+Green+Blue) = 77+60+152=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D3C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C98 is #B2C367. Grayscale: #4B4B4B. Windows color (decimal): -11715432 or 9976909. OLE color: 9976909.

HSL color Cylindrical-coordinate representation of color #4D3C98: hue angle of 251.09º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D3C98 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 60 152 -
CMYK 0.49 0.61 0 0.40
HSL 251.09º 0.43% 0.42% -
HSV(B) 251.09º 0.61% 0.6% -
XYZ 10.34 7.08 30.53 -
YUV 75.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 77 60 152 0.49 0.61 0 0.40 251.09 0.43 0.42
Hex 4D 3C 98 31 3D 0 28 FB 2B 2A
Octal 115 74 230 61 75 0 50 373 53 52
Binary 1001101 111100 10011000 110001 111101 0 101000 11111011 101011 101010

Color Harmonies of #4D3C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C98

Black with #4D3C98

Text Example


Text Example

White with #4D3C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,152); }

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

background-color css

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

 a { background-color: rgb(77,60,152); }

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

border-color css

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

 span { border-color: rgb(77,60,152); }

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