Html Css Color HEX #4D3CAF Blue Gem

📋 copy color: '#4D3CAF'

red 77 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #4D3CAF

Tints of Blue Gem #4D3CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 24.68%
G = 19.23%
B = 56.09%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4D3CAF (or 0x4D3CAF) is known color: Blue Gem. HEX triplet: 4D, 3C and AF. RGB value is (77,60,175). Sum of RGB (Red+Green+Blue) = 77+60+175=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CAF is #B2C350. Grayscale: #4D4D4D. Windows color (decimal): -11715409 or 11484237. OLE color: 11484237.

HSL color Cylindrical-coordinate representation of color #4D3CAF: hue angle of 248.87º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3CAF is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 77 60 175 -
CMYK 0.56 0.66 0 0.31
HSL 248.87º 0.49% 0.46% -
HSV(B) 248.87º 0.66% 0.69% -
XYZ 12.41 7.9 41.43 -
YUV 78.19 182.63 127.15 -
System Red Green Blue C M Y K H S L
Decimal 77 60 175 0.56 0.66 0 0.31 248.87 0.49 0.46
Hex 4D 3C AF 38 42 0 1F F9 31 2E
Octal 115 74 257 70 102 0 37 371 61 56
Binary 1001101 111100 10101111 111000 1000010 0 11111 11111001 110001 101110

Color Harmonies of #4D3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CAF

Black with #4D3CAF

Text Example


Text Example

White with #4D3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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