#4F3897

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

Shades of Blue Gem #4F3897

Tints of Blue Gem #4F3897

Color information

#4F3897 (or 0x4F3897) is unknown color: approx Blue Gem. HEX triplet: 4F, 38 and 97. RGB value is (79,56,151). Sum of RGB (Red+Green+Blue) = 79+56+151=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F3897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3897 is #B0C768. Grayscale: #494949. Windows color (decimal): -11585385 or 9910351. OLE color: 9910351.

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

Color convert

RGB7956151-
CMYK0.480.6300.41
HSL254.53º45.89%40.59%-
HSV(B)254.53º62.91%59.22%-
XYZ10.226.7230.04-
YUV73.71171.62131.78-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 56 (22.27% from 255) = 19.58%
BLUE value IS 151 (59.38% from 255) = 52.80%
R=27.62%
G=19.58%
B=52.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79561510.480.6300.41254.5345.8940.59
Hex4F3897303F029ff2e29
Octal1177022760770513775651
Binary100111111100010010111110000111111010100111111111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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