#4F329C

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

Shades of Blue Gem #4F329C

Tints of Blue Gem #4F329C

Color information

#4F329C (or 0x4F329C) is unknown color: approx Blue Gem. HEX triplet: 4F, 32 and 9C. RGB value is (79,50,156). Sum of RGB (Red+Green+Blue) = 79+50+156=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329C is #B0CD63. Grayscale: #464646. Windows color (decimal): -11586916 or 10236495. OLE color: 10236495.

HSL color Cylindrical-coordinate representation of color #4F329C: hue angle of 256.42º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F329C is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7950156-
CMYK0.490.6800.39
HSL256.42º51.46%40.39%-
HSV(B)256.42º67.95%61.18%-
XYZ10.376.3432.13-
YUV70.76176.11133.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 50 (19.92% from 255) = 17.54%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=27.72%
G=17.54%
B=54.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal79501560.490.6800.39256.4251.4640.39
Hex4F329C31440271003328
Octal11762234611040474006350
Binary10011111100101001110011000110001000100111100000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,156); }

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

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

 a { background-color: rgb(79,50,156); }

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

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

 span { border-color: rgb(79,50,156); }

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