#4F399E

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

Shades of Blue Gem #4F399E

Tints of Blue Gem #4F399E

Color information

#4F399E (or 0x4F399E) is unknown color: approx Blue Gem. HEX triplet: 4F, 39 and 9E. RGB value is (79,57,158). Sum of RGB (Red+Green+Blue) = 79+57+158=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F399E is #B0C661. Grayscale: #4A4A4A. Windows color (decimal): -11585122 or 10369359. OLE color: 10369359.

HSL color Cylindrical-coordinate representation of color #4F399E: hue angle of 253.07º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F399E is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7957158-
CMYK0.500.6400.38
HSL253.07º46.98%42.16%-
HSV(B)253.07º63.92%61.96%-
XYZ10.867.0633.14-
YUV75.09174.79130.79-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 57 (22.66% from 255) = 19.39%
BLUE value IS 158 (62.11% from 255) = 53.74%
R=26.87%
G=19.39%
B=53.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79571580.500.6400.38253.0746.9842.16
Hex4F399E3240026fd2f2a
Octal11771236621000463755752
Binary1001111111001100111101100101000000010011011111101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,158); }

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

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

 a { background-color: rgb(79,57,158); }

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

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

 span { border-color: rgb(79,57,158); }

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