#4F4897

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

Shades of Blue Gem #4F4897

Tints of Blue Gem #4F4897

Color information

#4F4897 (or 0x4F4897) is unknown color: approx Blue Gem. HEX triplet: 4F, 48 and 97. RGB value is (79,72,151). Sum of RGB (Red+Green+Blue) = 79+72+151=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F4897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4897 is #B0B768. Grayscale: #525252. Windows color (decimal): -11581289 or 9914447. OLE color: 9914447.

HSL color Cylindrical-coordinate representation of color #4F4897: hue angle of 245.32º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F4897 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7972151-
CMYK0.480.5200.41
HSL245.32º35.43%43.73%-
HSV(B)245.32º52.32%59.22%-
XYZ11.138.5330.34-
YUV83.1166.32125.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 151 (59.38% from 255) = 50%
R=26.16%
G=23.84%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79721510.480.5200.41245.3235.4343.73
Hex4F48973034029f5232c
Octal11711022760640513654354
Binary1001111100100010010111110000110100010100111110101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,72,151); }

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

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

 a { background-color: rgb(79,72,151); }

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

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

 span { border-color: rgb(79,72,151); }

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