#4D249A

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

Shades of Blue Gem #4D249A

Tints of Blue Gem #4D249A

Color information

#4D249A (or 0x4D249A) is unknown color: approx Blue Gem. HEX triplet: 4D, 24 and 9A. RGB value is (77,36,154). Sum of RGB (Red+Green+Blue) = 77+36+154=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D249A is #B2DB65. Grayscale: #3D3D3D. Windows color (decimal): -11721574 or 10101837. OLE color: 10101837.

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

Color convert

RGB7736154-
CMYK0.500.7700.40
HSL260.85º62.11%37.25%-
HSV(B)260.85º76.62%60.39%-
XYZ9.525.1731.07-
YUV61.71180.08138.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=28.84%
G=13.48%
B=57.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77361540.500.7700.40260.8562.1137.25
Hex4D249A324D0281053e25
Octal11544232621150504057645
Binary10011011001001001101011001010011010101000100000101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D249A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,154); }

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

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

 a { background-color: rgb(77,36,154); }

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

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

 span { border-color: rgb(77,36,154); }

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