#4F3D92

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

Shades of Blue Gem #4F3D92

Tints of Blue Gem #4F3D92

Color information

#4F3D92 (or 0x4F3D92) is unknown color: approx Blue Gem. HEX triplet: 4F, 3D and 92. RGB value is (79,61,146). Sum of RGB (Red+Green+Blue) = 79+61+146=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3D92 is #B0C26D. Grayscale: #4B4B4B. Windows color (decimal): -11584110 or 9583951. OLE color: 9583951.

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

Color convert

RGB7961146-
CMYK0.460.5800.43
HSL252.71º41.06%40.59%-
HSV(B)252.71º58.22%57.25%-
XYZ10.087.0828.03-
YUV76.07167.46130.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=27.62%
G=21.33%
B=51.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79611460.460.5800.43252.7141.0640.59
Hex4F3D922E3A02Bfd2929
Octal1177522256720533755151
Binary100111111110110010010101110111010010101111111101101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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