#4F4095

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

Shades of Blue Gem #4F4095

Tints of Blue Gem #4F4095

Color information

#4F4095 (or 0x4F4095) is unknown color: approx Blue Gem. HEX triplet: 4F, 40 and 95. RGB value is (79,64,149). Sum of RGB (Red+Green+Blue) = 79+64+149=292 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.05% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F4095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4095 is #B0BF6A. Grayscale: #4D4D4D. Windows color (decimal): -11583339 or 9781327. OLE color: 9781327.

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

Color convert

RGB7964149-
CMYK0.470.5700.42
HSL250.59º39.91%41.76%-
HSV(B)250.59º57.05%58.43%-
XYZ10.487.529.33-
YUV78.18167.97128.59-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.05%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=27.05%
G=21.92%
B=51.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79641490.470.5700.42250.5939.9141.76
Hex4F40952F3902Afb282a
Octal11710022557710523735052
Binary1001111100000010010101101111111001010101011111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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