Html Css Color HEX #4D429E Blue Gem

📋 copy color: '#4D429E'

red 77 ◦ green 66 ◦ blue 158

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

Shades of Blue Gem #4D429E

Tints of Blue Gem #4D429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 25.58%
G = 21.93%
B = 52.49%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D429E (or 0x4D429E) is known color: Blue Gem. HEX triplet: 4D, 42 and 9E. RGB value is (77,66,158). Sum of RGB (Red+Green+Blue) = 77+66+158=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D429E is #B2BD61. Grayscale: #4F4F4F. Windows color (decimal): -11713890 or 10371661. OLE color: 10371661.

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

Color convert

RGB 77 66 158 -
CMYK 0.51 0.58 0 0.38
HSL 247.17º 0.41% 0.44% -
HSV(B) 247.17º 0.58% 0.62% -
XYZ 11.18 7.94 33.29 -
YUV 79.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 77 66 158 0.51 0.58 0 0.38 247.17 0.41 0.44
Hex 4D 42 9E 33 3A 0 26 F7 29 2C
Octal 115 102 236 63 72 0 46 367 51 54
Binary 1001101 1000010 10011110 110011 111010 0 100110 11110111 101001 101100

Color Harmonies of #4D429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D429E

Black with #4D429E

Text Example


Text Example

White with #4D429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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