#4F4593

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

Shades of Blue Gem #4F4593

Tints of Blue Gem #4F4593

Color information

#4F4593 (or 0x4F4593) is unknown color: approx Blue Gem. HEX triplet: 4F, 45 and 93. RGB value is (79,69,147). Sum of RGB (Red+Green+Blue) = 79+69+147=295 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.78% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F4593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4593 is #B0BA6C. Grayscale: #505050. Windows color (decimal): -11582061 or 9651535. OLE color: 9651535.

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

Color convert

RGB7969147-
CMYK0.460.5300.42
HSL247.69º36.11%42.35%-
HSV(B)247.69º53.06%57.65%-
XYZ10.628.0328.59-
YUV80.88165.31126.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.78%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=26.78%
G=23.39%
B=49.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79691470.460.5300.42247.6936.1142.35
Hex4F45932E3502Af8242a
Octal11710522356650523704452
Binary1001111100010110010011101110110101010101011111000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,147); }

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

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

 a { background-color: rgb(79,69,147); }

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

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

 span { border-color: rgb(79,69,147); }

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