#4F3595

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

Shades of Blue Gem #4F3595

Tints of Blue Gem #4F3595

Color information

#4F3595 (or 0x4F3595) is unknown color: approx Blue Gem. HEX triplet: 4F, 35 and 95. RGB value is (79,53,149). Sum of RGB (Red+Green+Blue) = 79+53+149=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #4F3595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3595 is #B0CA6A. Grayscale: #474747. Windows color (decimal): -11586155 or 9778511. OLE color: 9778511.

HSL color Cylindrical-coordinate representation of color #4F3595: hue angle of 256.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F3595 is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7953149-
CMYK0.470.6400.42
HSL256.25º47.52%39.61%-
HSV(B)256.25º64.43%58.43%-
XYZ9.926.3829.14-
YUV71.72171.61133.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=28.11%
G=18.86%
B=53.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79531490.470.6400.42256.2547.5239.61
Hex4F35952F4002A1003028
Octal11765225571000524006050
Binary10011111101011001010110111110000000101010100000000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,149); }

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

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

 a { background-color: rgb(79,53,149); }

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

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

 span { border-color: rgb(79,53,149); }

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