#4D3794

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

Shades of Blue Gem #4D3794

Tints of Blue Gem #4D3794

Color information

#4D3794 (or 0x4D3794) is unknown color: approx Blue Gem. HEX triplet: 4D, 37 and 94. RGB value is (77,55,148). Sum of RGB (Red+Green+Blue) = 77+55+148=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D3794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3794 is #B2C86B. Grayscale: #474747. Windows color (decimal): -11716716 or 9713485. OLE color: 9713485.

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

Color convert

RGB7755148-
CMYK0.480.6300.42
HSL254.19º45.81%39.8%-
HSV(B)254.19º62.84%58.04%-
XYZ9.776.4528.75-
YUV72.18170.79131.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 148 (58.20% from 255) = 52.86%
R=27.5%
G=19.64%
B=52.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77551480.480.6300.42254.1945.8139.8
Hex4D3794303F02Afe2e28
Octal1156722460770523765650
Binary100110111011110010100110000111111010101011111110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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