Html Css Color HEX #4D408E Blue Gem

📋 copy color: '#4D408E'

red 77 ◦ green 64 ◦ blue 142

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

Shades of Blue Gem #4D408E

Tints of Blue Gem #4D408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.18%

R = 27.21%
G = 22.61%
B = 50.18%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D408E (or 0x4D408E) is known color: Blue Gem. HEX triplet: 4D, 40 and 8E. RGB value is (77,64,142). Sum of RGB (Red+Green+Blue) = 77+64+142=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D408E is #B2BF71. Grayscale: #4C4C4C. Windows color (decimal): -11714418 or 9322573. OLE color: 9322573.

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

Color convert

RGB 77 64 142 -
CMYK 0.46 0.55 0 0.44
HSL 250º 0.38% 0.4% -
HSV(B) 250º 0.55% 0.56% -
XYZ 9.78 7.2 26.47 -
YUV 76.78 164.81 128.16 -
System Red Green Blue C M Y K H S L
Decimal 77 64 142 0.46 0.55 0 0.44 250 0.38 0.4
Hex 4D 40 8E 2E 37 0 2C FA 26 28
Octal 115 100 216 56 67 0 54 372 46 50
Binary 1001101 1000000 10001110 101110 110111 0 101100 11111010 100110 101000

Color Harmonies of #4D408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D408E

Black with #4D408E

Text Example


Text Example

White with #4D408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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