Html Css Color HEX #4D4496 Blue Gem

📋 copy color: '#4D4496'

red 77 ◦ green 68 ◦ blue 150

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

Shades of Blue Gem #4D4496

Tints of Blue Gem #4D4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 26.1%
G = 23.05%
B = 50.85%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D4496 (or 0x4D4496) is known color: Blue Gem. HEX triplet: 4D, 44 and 96. RGB value is (77,68,150). Sum of RGB (Red+Green+Blue) = 77+68+150=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D4496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4496 is #B2BB69. Grayscale: #4F4F4F. Windows color (decimal): -11713386 or 9847885. OLE color: 9847885.

HSL color Cylindrical-coordinate representation of color #4D4496: hue angle of 246.59º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4496 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 68 150 -
CMYK 0.49 0.55 0 0.41
HSL 246.59º 0.38% 0.43% -
HSV(B) 246.59º 0.55% 0.59% -
XYZ 10.63 7.91 29.82 -
YUV 80.04 167.48 125.83 -
System Red Green Blue C M Y K H S L
Decimal 77 68 150 0.49 0.55 0 0.41 246.59 0.38 0.43
Hex 4D 44 96 31 37 0 29 F7 26 2B
Octal 115 104 226 61 67 0 51 367 46 53
Binary 1001101 1000100 10010110 110001 110111 0 101001 11110111 100110 101011

Color Harmonies of #4D4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4496

Black with #4D4496

Text Example


Text Example

White with #4D4496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,150); }

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

background-color css

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

 a { background-color: rgb(77,68,150); }

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

border-color css

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

 span { border-color: rgb(77,68,150); }

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