#4F329A

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

Shades of Blue Gem #4F329A

Tints of Blue Gem #4F329A

Color information

#4F329A (or 0x4F329A) is unknown color: approx Blue Gem. HEX triplet: 4F, 32 and 9A. RGB value is (79,50,154). Sum of RGB (Red+Green+Blue) = 79+50+154=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329A is #B0CD65. Grayscale: #464646. Windows color (decimal): -11586918 or 10105423. OLE color: 10105423.

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

Color convert

RGB7950154-
CMYK0.490.6800.40
HSL256.73º50.98%40%-
HSV(B)256.73º67.53%60.39%-
XYZ10.26.2831.25-
YUV70.53175.11134.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=27.92%
G=17.67%
B=54.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal79501540.490.6800.40256.7350.9840
Hex4F329A31440281013328
Octal11762232611040504016350
Binary10011111100101001101011000110001000101000100000001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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