#4F329E

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

Shades of Blue Gem #4F329E

Tints of Blue Gem #4F329E

Color information

#4F329E (or 0x4F329E) is unknown color: approx Blue Gem. HEX triplet: 4F, 32 and 9E. RGB value is (79,50,158). Sum of RGB (Red+Green+Blue) = 79+50+158=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F329E is #B0CD61. Grayscale: #464646. Windows color (decimal): -11586914 or 10367567. OLE color: 10367567.

HSL color Cylindrical-coordinate representation of color #4F329E: hue angle of 256.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F329E is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7950158-
CMYK0.500.6800.38
HSL256.11º51.92%40.78%-
HSV(B)256.11º68.35%61.96%-
XYZ10.546.4133.03-
YUV70.98177.11133.72-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 158 (62.11% from 255) = 55.05%
R=27.53%
G=17.42%
B=55.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79501580.500.6800.38256.1151.9240.78
Hex4F329E32440261003429
Octal11762236621040464006451
Binary10011111100101001111011001010001000100110100000000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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