Html Css Color HEX #4D3495 Blue Gem

📋 copy color: '#4D3495'

red 77 ◦ green 52 ◦ blue 149

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

Shades of Blue Gem #4D3495

Tints of Blue Gem #4D3495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.71%

 BLUE value IS 149 (58.59% from 255) = 53.6%

R = 27.7%
G = 18.71%
B = 53.6%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D3495 (or 0x4D3495) is known color: Blue Gem. HEX triplet: 4D, 34 and 95. RGB value is (77,52,149). Sum of RGB (Red+Green+Blue) = 77+52+149=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D3495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3495 is #B2CB6A. Grayscale: #464646. Windows color (decimal): -11717483 or 9778253. OLE color: 9778253.

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

Color convert

RGB 77 52 149 -
CMYK 0.48 0.65 0 0.42
HSL 255.46º 0.48% 0.39% -
HSV(B) 255.46º 0.65% 0.58% -
XYZ 9.71 6.2 29.12 -
YUV 70.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 77 52 149 0.48 0.65 0 0.42 255.46 0.48 0.39
Hex 4D 34 95 30 41 0 2A FF 30 27
Octal 115 64 225 60 101 0 52 377 60 47
Binary 1001101 110100 10010101 110000 1000001 0 101010 11111111 110000 100111

Color Harmonies of #4D3495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3495

Black with #4D3495

Text Example


Text Example

White with #4D3495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,149); }

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

background-color css

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

 a { background-color: rgb(77,52,149); }

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

border-color css

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

 span { border-color: rgb(77,52,149); }

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