#4F3491

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

Shades of Blue Gem #4F3491

Tints of Blue Gem #4F3491

Color information

#4F3491 (or 0x4F3491) is unknown color: approx Blue Gem. HEX triplet: 4F, 34 and 91. RGB value is (79,52,145). Sum of RGB (Red+Green+Blue) = 79+52+145=276 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.62% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F3491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3491 is #B0CB6E. Grayscale: #464646. Windows color (decimal): -11586415 or 9516111. OLE color: 9516111.

HSL color Cylindrical-coordinate representation of color #4F3491: hue angle of 257.42º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3491 is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7952145-
CMYK0.460.6400.43
HSL257.42º47.21%38.63%-
HSV(B)257.42º64.14%56.86%-
XYZ9.566.1627.47-
YUV70.68169.95133.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.62%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=28.62%
G=18.84%
B=52.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79521450.460.6400.43257.4247.2138.63
Hex4F34912E4002B1012f27
Octal11764221561000534015747
Binary10011111101001001000110111010000000101011100000001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,145); }

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

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

 a { background-color: rgb(79,52,145); }

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

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

 span { border-color: rgb(79,52,145); }

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