Html Css Color HEX #4D259E Blue Gem

📋 copy color: '#4D259E'

red 77 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #4D259E

Tints of Blue Gem #4D259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.6%

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

R = 28.31%
G = 13.6%
B = 58.09%

CMYK

 C value IS 0.51

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D259E (or 0x4D259E) is known color: Blue Gem. HEX triplet: 4D, 25 and 9E. RGB value is (77,37,158). Sum of RGB (Red+Green+Blue) = 77+37+158=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259E is #B2DA61. Grayscale: #3E3E3E. Windows color (decimal): -11721314 or 10364237. OLE color: 10364237.

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

Color convert

RGB 77 37 158 -
CMYK 0.51 0.77 0 0.38
HSL 259.83º 0.62% 0.38% -
HSV(B) 259.83º 0.77% 0.62% -
XYZ 9.89 5.37 32.86 -
YUV 62.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 77 37 158 0.51 0.77 0 0.38 259.83 0.62 0.38
Hex 4D 25 9E 33 4D 0 26 104 3E 26
Octal 115 45 236 63 115 0 46 404 76 46
Binary 1001101 100101 10011110 110011 1001101 0 100110 100000100 111110 100110

Color Harmonies of #4D259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D259E

Black with #4D259E

Text Example


Text Example

White with #4D259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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