#4F4592

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

Shades of Blue Gem #4F4592

Tints of Blue Gem #4F4592

Color information

#4F4592 (or 0x4F4592) is unknown color: approx Blue Gem. HEX triplet: 4F, 45 and 92. RGB value is (79,69,146). Sum of RGB (Red+Green+Blue) = 79+69+146=294 (38% of max value = 765). Red value is 79 (31.25% from 255 or 26.87% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4592 is #B0BA6D. Grayscale: #505050. Windows color (decimal): -11582062 or 9585999. OLE color: 9585999.

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

Color convert

RGB7969146-
CMYK0.460.5300.43
HSL247.79º35.81%42.16%-
HSV(B)247.79º52.74%57.25%-
XYZ10.547.9928.18-
YUV80.77164.81126.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.87%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=26.87%
G=23.47%
B=49.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79691460.460.5300.43247.7935.8142.16
Hex4F45922E3502Bf8242a
Octal11710522256650533704452
Binary1001111100010110010010101110110101010101111111000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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