#4D3894

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

Shades of Blue Gem #4D3894

Tints of Blue Gem #4D3894

Color information

#4D3894 (or 0x4D3894) is unknown color: approx Blue Gem. HEX triplet: 4D, 38 and 94. RGB value is (77,56,148). Sum of RGB (Red+Green+Blue) = 77+56+148=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D3894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3894 is #B2C76B. Grayscale: #484848. Windows color (decimal): -11716460 or 9713741. OLE color: 9713741.

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

Color convert

RGB7756148-
CMYK0.480.6200.42
HSL253.7º45.1%40%-
HSV(B)253.7º62.16%58.04%-
XYZ9.826.5428.76-
YUV72.77170.46131.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=27.40%
G=19.93%
B=52.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77561480.480.6200.42253.745.140
Hex4D3894303E02Afe2d28
Octal1157022460760523765550
Binary100110111100010010100110000111110010101011111110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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