Html Css Color HEX #4D259D Blue Gem

📋 copy color: '#4D259D'

red 77 ◦ green 37 ◦ blue 157

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

Shades of Blue Gem #4D259D

Tints of Blue Gem #4D259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 28.41%
G = 13.65%
B = 57.93%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D259D (or 0x4D259D) is known color: Blue Gem. HEX triplet: 4D, 25 and 9D. RGB value is (77,37,157). Sum of RGB (Red+Green+Blue) = 77+37+157=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D259D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259D is #B2DA62. Grayscale: #3E3E3E. Windows color (decimal): -11721315 or 10298701. OLE color: 10298701.

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

Color convert

RGB 77 37 157 -
CMYK 0.51 0.76 0 0.38
HSL 260º 0.62% 0.38% -
HSV(B) 260º 0.76% 0.62% -
XYZ 9.81 5.34 32.41 -
YUV 62.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 77 37 157 0.51 0.76 0 0.38 260 0.62 0.38
Hex 4D 25 9D 33 4C 0 26 104 3E 26
Octal 115 45 235 63 114 0 46 404 76 46
Binary 1001101 100101 10011101 110011 1001100 0 100110 100000100 111110 100110

Color Harmonies of #4D259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D259D

Black with #4D259D

Text Example


Text Example

White with #4D259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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