#4F3192

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

Shades of Blue Gem #4F3192

Tints of Blue Gem #4F3192

Color information

#4F3192 (or 0x4F3192) is unknown color: approx Blue Gem. HEX triplet: 4F, 31 and 92. RGB value is (79,49,146). Sum of RGB (Red+Green+Blue) = 79+49+146=274 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.83% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F3192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3192 is #B0CE6D. Grayscale: #444444. Windows color (decimal): -11587182 or 9580879. OLE color: 9580879.

HSL color Cylindrical-coordinate representation of color #4F3192: hue angle of 258.56º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F3192 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7949146-
CMYK0.460.6600.43
HSL258.56º49.74%38.24%-
HSV(B)258.56º66.44%57.25%-
XYZ9.515.9327.84-
YUV69.03171.44135.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.83%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=28.83%
G=17.88%
B=53.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79491460.460.6600.43258.5649.7438.24
Hex4F31922E4202B1033226
Octal11761222561020534036246
Binary10011111100011001001010111010000100101011100000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,49,146); }

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

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

 a { background-color: rgb(79,49,146); }

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

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

 span { border-color: rgb(79,49,146); }

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