Html Css Color HEX #4D459E Blue Gem

📋 copy color: '#4D459E'

red 77 ◦ green 69 ◦ blue 158

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

Shades of Blue Gem #4D459E

Tints of Blue Gem #4D459E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 25.33%
G = 22.7%
B = 51.97%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D459E (or 0x4D459E) is known color: Blue Gem. HEX triplet: 4D, 45 and 9E. RGB value is (77,69,158). Sum of RGB (Red+Green+Blue) = 77+69+158=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D459E is #B2BA61. Grayscale: #515151. Windows color (decimal): -11713122 or 10372429. OLE color: 10372429.

HSL color Cylindrical-coordinate representation of color #4D459E: hue angle of 245.39º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D459E is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 69 158 -
CMYK 0.51 0.56 0 0.38
HSL 245.39º 0.39% 0.45% -
HSV(B) 245.39º 0.56% 0.62% -
XYZ 11.36 8.3 33.35 -
YUV 81.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 77 69 158 0.51 0.56 0 0.38 245.39 0.39 0.45
Hex 4D 45 9E 33 38 0 26 F5 27 2D
Octal 115 105 236 63 70 0 46 365 47 55
Binary 1001101 1000101 10011110 110011 111000 0 100110 11110101 100111 101101

Color Harmonies of #4D459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D459E

Black with #4D459E

Text Example


Text Example

White with #4D459E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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