#4F4089

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

Shades of Blue Gem #4F4089

Tints of Blue Gem #4F4089

Color information

#4F4089 (or 0x4F4089) is unknown color: approx Blue Gem. HEX triplet: 4F, 40 and 89. RGB value is (79,64,137). Sum of RGB (Red+Green+Blue) = 79+64+137=280 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.21% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F4089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4089 is #B0BF76. Grayscale: #4C4C4C. Windows color (decimal): -11583351 or 8994895. OLE color: 8994895.

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

Color convert

RGB7964137-
CMYK0.420.5300.46
HSL252.33º36.32%39.41%-
HSV(B)252.33º53.28%53.73%-
XYZ9.577.1424.54-
YUV76.81161.97129.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.21%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=28.21%
G=22.86%
B=48.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79641370.420.5300.46252.3336.3239.41
Hex4F40892A3502Efc2427
Octal11710021152650563744447
Binary1001111100000010001001101010110101010111011111100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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