#4F3095

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

Shades of Blue Gem #4F3095

Tints of Blue Gem #4F3095

Color information

#4F3095 (or 0x4F3095) is unknown color: approx Blue Gem. HEX triplet: 4F, 30 and 95. RGB value is (79,48,149). Sum of RGB (Red+Green+Blue) = 79+48+149=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F3095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3095 is #B0CF6A. Grayscale: #444444. Windows color (decimal): -11587435 or 9777231. OLE color: 9777231.

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

Color convert

RGB7948149-
CMYK0.470.6800.42
HSL258.42º51.27%38.63%-
HSV(B)258.42º67.79%58.43%-
XYZ9.715.9529.07-
YUV68.78173.27135.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=28.62%
G=17.39%
B=53.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79481490.470.6800.42258.4251.2738.63
Hex4F30952F4402A1023327
Octal11760225571040524026347
Binary10011111100001001010110111110001000101010100000010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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