Html Css Color HEX #4D259C Blue Gem

📋 copy color: '#4D259C'

red 77 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #4D259C

Tints of Blue Gem #4D259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 28.52%
G = 13.7%
B = 57.78%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D259C (or 0x4D259C) is known color: Blue Gem. HEX triplet: 4D, 25 and 9C. RGB value is (77,37,156). Sum of RGB (Red+Green+Blue) = 77+37+156=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259C is #B2DA63. Grayscale: #3E3E3E. Windows color (decimal): -11721316 or 10233165. OLE color: 10233165.

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

Color convert

RGB 77 37 156 -
CMYK 0.51 0.76 0 0.39
HSL 260.17º 0.62% 0.38% -
HSV(B) 260.17º 0.76% 0.61% -
XYZ 9.72 5.3 31.96 -
YUV 62.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 77 37 156 0.51 0.76 0 0.39 260.17 0.62 0.38
Hex 4D 25 9C 33 4C 0 27 104 3E 26
Octal 115 45 234 63 114 0 47 404 76 46
Binary 1001101 100101 10011100 110011 1001100 0 100111 100000100 111110 100110

Color Harmonies of #4D259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D259C

Black with #4D259C

Text Example


Text Example

White with #4D259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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