#4D259B

Color #4D259B Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4D259B

Tints of Blue Gem #4D259B

Color information

#4D259B (or 0x4D259B) is unknown color: approx Blue Gem. HEX triplet: 4D, 25 and 9B. RGB value is (77,37,155). Sum of RGB (Red+Green+Blue) = 77+37+155=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259B is #B2DA64. Grayscale: #3D3D3D. Windows color (decimal): -11721317 or 10167629. OLE color: 10167629.

HSL color Cylindrical-coordinate representation of color #4D259B: hue angle of 260.34º degrees, saturation: 0.61, 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 #4D259B is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7737155-
CMYK0.500.7600.39
HSL260.34º61.46%37.65%-
HSV(B)260.34º76.13%60.78%-
XYZ9.645.2731.52-
YUV62.41180.25138.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 37 (14.84% from 255) = 13.75%
BLUE value IS 155 (60.94% from 255) = 57.62%
R=28.62%
G=13.75%
B=57.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77371550.500.7600.39260.3461.4637.65
Hex4D259B324C0271043d26
Octal11545233621140474047546
Binary10011011001011001101111001010011000100111100000100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D259B;
 }
 .AnyTagClassName
 {
   color: #4D259B;
 }
</style>
background-color css

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

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

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

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

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

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