Html Css Color HEX #4D3584 Blue Gem

📋 copy color: '#4D3584'

red 77 ◦ green 53 ◦ blue 132

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

Shades of Blue Gem #4D3584

Tints of Blue Gem #4D3584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

 BLUE value IS 132 (51.95% from 255) = 50.38%

R = 29.39%
G = 20.23%
B = 50.38%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D3584 (or 0x4D3584) is known color: Blue Gem. HEX triplet: 4D, 35 and 84. RGB value is (77,53,132). Sum of RGB (Red+Green+Blue) = 77+53+132=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D3584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3584 is #B2CA7B. Grayscale: #444444. Windows color (decimal): -11717244 or 8664397. OLE color: 8664397.

HSL color Cylindrical-coordinate representation of color #4D3584: hue angle of 258.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3584 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 53 132 -
CMYK 0.42 0.60 0 0.48
HSL 258.23º 0.43% 0.36% -
HSV(B) 258.23º 0.6% 0.52% -
XYZ 8.5 5.79 22.5 -
YUV 69.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 77 53 132 0.42 0.60 0 0.48 258.23 0.43 0.36
Hex 4D 35 84 2A 3C 0 30 102 2B 24
Octal 115 65 204 52 74 0 60 402 53 44
Binary 1001101 110101 10000100 101010 111100 0 110000 100000010 101011 100100

Color Harmonies of #4D3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3584

Black with #4D3584

Text Example


Text Example

White with #4D3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,132); }

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

background-color css

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

 a { background-color: rgb(77,53,132); }

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

border-color css

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

 span { border-color: rgb(77,53,132); }

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