Html Css Color HEX #4D4599 Blue Gem

📋 copy color: '#4D4599'

red 77 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #4D4599

Tints of Blue Gem #4D4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.08%

 BLUE value IS 153 (60.16% from 255) = 51.17%

R = 25.75%
G = 23.08%
B = 51.17%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D4599 (or 0x4D4599) is known color: Blue Gem. HEX triplet: 4D, 45 and 99. RGB value is (77,69,153). Sum of RGB (Red+Green+Blue) = 77+69+153=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4599 is #B2BA66. Grayscale: #505050. Windows color (decimal): -11713127 or 10044749. OLE color: 10044749.

HSL color Cylindrical-coordinate representation of color #4D4599: hue angle of 245.71º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D4599 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 69 153 -
CMYK 0.50 0.55 0 0.4
HSL 245.71º 0.38% 0.44% -
HSV(B) 245.71º 0.55% 0.6% -
XYZ 10.94 8.13 31.13 -
YUV 80.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 77 69 153 0.50 0.55 0 0.4 245.71 0.38 0.44
Hex 4D 45 99 32 37 0 28 F6 26 2C
Octal 115 105 231 62 67 0 50 366 46 54
Binary 1001101 1000101 10011001 110010 110111 0 101000 11110110 100110 101100

Color Harmonies of #4D4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4599

Black with #4D4599

Text Example


Text Example

White with #4D4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,153); }

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

background-color css

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

 a { background-color: rgb(77,69,153); }

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

border-color css

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

 span { border-color: rgb(77,69,153); }

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