#4F4290

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

Shades of Blue Gem #4F4290

Tints of Blue Gem #4F4290

Color information

#4F4290 (or 0x4F4290) is unknown color: approx Blue Gem. HEX triplet: 4F, 42 and 90. RGB value is (79,66,144). Sum of RGB (Red+Green+Blue) = 79+66+144=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F4290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4290 is #B0BD6F. Grayscale: #4E4E4E. Windows color (decimal): -11582832 or 9454159. OLE color: 9454159.

HSL color Cylindrical-coordinate representation of color #4F4290: hue angle of 250º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F4290 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7966144-
CMYK0.450.5400.44
HSL250º37.14%41.18%-
HSV(B)250º54.17%56.47%-
XYZ10.217.5727.31-
YUV78.78164.81128.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 66 (26.17% from 255) = 22.84%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=27.34%
G=22.84%
B=49.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79661440.450.5400.4425037.1441.18
Hex4F42902D3602Cfa2529
Octal11710222055660543724551
Binary1001111100001010010000101101110110010110011111010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,66,144); }

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

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

 a { background-color: rgb(79,66,144); }

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

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

 span { border-color: rgb(79,66,144); }

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