Html Css Color HEX #4D409E Blue Gem

📋 copy color: '#4D409E'

red 77 ◦ green 64 ◦ blue 158

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

Shades of Blue Gem #4D409E

Tints of Blue Gem #4D409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.4%

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

R = 25.75%
G = 21.4%
B = 52.84%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D409E (or 0x4D409E) is known color: Blue Gem. HEX triplet: 4D, 40 and 9E. RGB value is (77,64,158). Sum of RGB (Red+Green+Blue) = 77+64+158=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D409E is #B2BF61. Grayscale: #4E4E4E. Windows color (decimal): -11714402 or 10371149. OLE color: 10371149.

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

Color convert

RGB 77 64 158 -
CMYK 0.51 0.59 0 0.38
HSL 248.3º 0.42% 0.44% -
HSV(B) 248.3º 0.59% 0.62% -
XYZ 11.07 7.71 33.25 -
YUV 78.6 172.81 126.86 -
System Red Green Blue C M Y K H S L
Decimal 77 64 158 0.51 0.59 0 0.38 248.3 0.42 0.44
Hex 4D 40 9E 33 3B 0 26 F8 2A 2C
Octal 115 100 236 63 73 0 46 370 52 54
Binary 1001101 1000000 10011110 110011 111011 0 100110 11111000 101010 101100

Color Harmonies of #4D409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D409E

Black with #4D409E

Text Example


Text Example

White with #4D409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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