#4F4195

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

Shades of Blue Gem #4F4195

Tints of Blue Gem #4F4195

Color information

#4F4195 (or 0x4F4195) is unknown color: approx Blue Gem. HEX triplet: 4F, 41 and 95. RGB value is (79,65,149). Sum of RGB (Red+Green+Blue) = 79+65+149=293 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.96% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F4195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4195 is #B0BE6A. Grayscale: #4E4E4E. Windows color (decimal): -11583083 or 9781583. OLE color: 9781583.

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

Color convert

RGB7965149-
CMYK0.470.5600.42
HSL250º39.25%41.96%-
HSV(B)250º56.38%58.43%-
XYZ10.547.6129.35-
YUV78.76167.64128.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.96%
GREEN value IS 65 (25.78% from 255) = 22.18%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=26.96%
G=22.18%
B=50.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79651490.470.5600.4225039.2541.96
Hex4F41952F3802Afa272a
Octal11710122557700523724752
Binary1001111100000110010101101111111000010101011111010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,65,149); }

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

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

 a { background-color: rgb(79,65,149); }

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

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

 span { border-color: rgb(79,65,149); }

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