#4F3989

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

Shades of Blue Gem #4F3989

Tints of Blue Gem #4F3989

Color information

#4F3989 (or 0x4F3989) is unknown color: approx Blue Gem. HEX triplet: 4F, 39 and 89. RGB value is (79,57,137). Sum of RGB (Red+Green+Blue) = 79+57+137=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F3989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3989 is #B0C676. Grayscale: #484848. Windows color (decimal): -11585143 or 8993103. OLE color: 8993103.

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

Color convert

RGB7957137-
CMYK0.420.5800.46
HSL256.5º41.24%38.04%-
HSV(B)256.5º58.39%53.73%-
XYZ9.26.3924.42-
YUV72.7164.29132.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=28.94%
G=20.88%
B=50.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79571370.420.5800.46256.541.2438.04
Hex4F39892A3A02E1002926
Octal1177121152720564005146
Binary1001111111001100010011010101110100101110100000000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,57,137); }

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

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

 a { background-color: rgb(79,57,137); }

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

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

 span { border-color: rgb(79,57,137); }

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