#4D3494

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

Shades of Blue Gem #4D3494

Tints of Blue Gem #4D3494

Color information

#4D3494 (or 0x4D3494) is unknown color: approx Blue Gem. HEX triplet: 4D, 34 and 94. RGB value is (77,52,148). Sum of RGB (Red+Green+Blue) = 77+52+148=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D3494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3494 is #B2CB6B. Grayscale: #464646. Windows color (decimal): -11717484 or 9712717. OLE color: 9712717.

HSL color Cylindrical-coordinate representation of color #4D3494: hue angle of 255.62º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D3494 is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7752148-
CMYK0.480.6500.42
HSL255.62º48%39.22%-
HSV(B)255.62º64.86%58.04%-
XYZ9.636.1728.7-
YUV70.42171.78132.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.80%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=27.80%
G=18.77%
B=53.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77521480.480.6500.42255.624839.22
Hex4D3494304102A1003027
Octal11564224601010524006047
Binary10011011101001001010011000010000010101010100000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,148); }

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

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

 a { background-color: rgb(77,52,148); }

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

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

 span { border-color: rgb(77,52,148); }

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